#6a37b3

Color #6A37B3 Purple Heart (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Purple Heart #6A37B3

Tints of Purple Heart #6A37B3

Color information

#6A37B3 (or 0x6A37B3) is unknown color: approx Purple Heart. HEX triplet: 6A, 37 and B3. RGB value is (106,55,179). Sum of RGB (Red+Green+Blue) = 106+55+179=340 (45% of max value = 765). Red value is 106 (41.80% from 255 or 31.18% from 340); Green value is 55 (21.88% from 255 or 16.18% from 340); Blue value is 179 (70.31% from 255 or 52.65% from 340); Max value from RGB is 179 - color contains mainly: blue. Hex color #6A37B3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6A37B3 is #95C84C. Grayscale: #535353. Windows color (decimal): -9816141 or 11745130. OLE color: 11745130.

HSL color Cylindrical-coordinate representation of color #6A37B3: hue angle of 264.68º degrees, saturation: 0.53, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #6A37B3 is Cyan = 0.41, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB10655179-
CMYK0.410.6900.30
HSL264.68º52.99%45.88%-
HSV(B)264.68º69.27%70.2%-
XYZ15.459.0543.58-
YUV84.38181.4143.42-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 106 (41.80% from 255) = 31.18%
GREEN value IS 55 (21.88% from 255) = 16.18%
BLUE value IS 179 (70.31% from 255) = 52.65%
R=31.18%
G=16.18%
B=52.65%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal106551790.410.6900.30264.6852.9945.88
Hex6A37B3294501E109352e
Octal15267263511050364116556
Binary1101010110111101100111010011000101011110100001001110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6a37b3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6a37b3; }

 p { color: rgb(106,55,179); }

 H1.HeaderClassName
 {
   color: #6a37b3;
 }
 .AnyTagClassName
 {
   color: #6a37b3;
 }
</style>
background-color css

<style>
 a { background-color: #6a37b3; }

 a { background-color: rgb(106,55,179); }

 div.DivClassName
 {
   background-color: #6a37b3;
 }
 .BgClassName
 {
   background-color: #6a37b3;
 }
</style>
border-color css

<style>
 span { border-color: #6a37b3; }

 span { border-color: rgb(106,55,179); }

 td.TdClassName
 {
   border-color: #6a37b3;
 }
 .TagClassName
 {
   border-color: #6a37b3;
 }
</style>