#6B36DE

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

Shades of Purple Heart #6B36DE

Tints of Purple Heart #6B36DE

Color information

#6B36DE (or 0x6B36DE) is unknown color: approx Purple Heart. HEX triplet: 6B, 36 and DE. RGB value is (107,54,222). Sum of RGB (Red+Green+Blue) = 107+54+222=383 (50% of max value = 765). Red value is 107 (42.19% from 255 or 27.94% from 383); Green value is 54 (21.48% from 255 or 14.10% from 383); Blue value is 222 (87.11% from 255 or 57.96% from 383); Max value from RGB is 222 - color contains mainly: blue. Hex color #6B36DE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6B36DE is #94C921. Grayscale: #585858. Windows color (decimal): -9750818 or 14562923. OLE color: 14562923.

HSL color Cylindrical-coordinate representation of color #6B36DE: hue angle of 258.93º degrees, saturation: 0.72, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #6B36DE is Cyan = 0.52, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB10754222-
CMYK0.520.7600.13
HSL258.93º71.79%54.12%-
HSV(B)258.93º75.68%87.06%-
XYZ20.5711.0470.15-
YUV89203.06140.84-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 27.94%
GREEN value IS 54 (21.48% from 255) = 14.10%
BLUE value IS 222 (87.11% from 255) = 57.96%
R=27.94%
G=14.10%
B=57.96%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal107542220.520.7600.13258.9371.7954.12
Hex6B36DE344C0D1034836
Octal153663366411401540311066
Binary1101011110110110111101101001001100011011000000111001000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B36DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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