#6B36B2

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

Shades of Purple Heart #6B36B2

Tints of Purple Heart #6B36B2

Color information

#6B36B2 (or 0x6B36B2) is unknown color: approx Purple Heart. HEX triplet: 6B, 36 and B2. RGB value is (107,54,178). Sum of RGB (Red+Green+Blue) = 107+54+178=339 (44% of max value = 765). Red value is 107 (42.19% from 255 or 31.56% from 339); Green value is 54 (21.48% from 255 or 15.93% from 339); Blue value is 178 (69.92% from 255 or 52.51% from 339); Max value from RGB is 178 - color contains mainly: blue. Hex color #6B36B2 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6B36B2 is #94C94D. Grayscale: #535353. Windows color (decimal): -9750862 or 11679339. OLE color: 11679339.

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

Color convert

RGB10754178-
CMYK0.400.7000.30
HSL265.65º53.45%45.49%-
HSV(B)265.65º69.66%69.8%-
XYZ15.428.9843.04-
YUV83.98181.06144.42-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 31.56%
GREEN value IS 54 (21.48% from 255) = 15.93%
BLUE value IS 178 (69.92% from 255) = 52.51%
R=31.56%
G=15.93%
B=52.51%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal107541780.400.7000.30265.6553.4545.49
Hex6B36B2284601E10a352d
Octal15366262501060364126555
Binary1101011110110101100101010001000110011110100001010110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B36B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,54,178); }

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

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

 a { background-color: rgb(107,54,178); }

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

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

 span { border-color: rgb(107,54,178); }

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