#6B27DE

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

Shades of Purple Heart #6B27DE

Tints of Purple Heart #6B27DE

Color information

#6B27DE (or 0x6B27DE) is unknown color: approx Purple Heart. HEX triplet: 6B, 27 and DE. RGB value is (107,39,222). Sum of RGB (Red+Green+Blue) = 107+39+222=368 (48% of max value = 765). Red value is 107 (42.19% from 255 or 29.08% from 368); Green value is 39 (15.62% from 255 or 10.60% from 368); Blue value is 222 (87.11% from 255 or 60.33% from 368); Max value from RGB is 222 - color contains mainly: blue. Hex color #6B27DE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6B27DE is #94D821. Grayscale: #4F4F4F. Windows color (decimal): -9754658 or 14559083. OLE color: 14559083.

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

Color convert

RGB10739222-
CMYK0.520.8200.13
HSL262.3º73.49%51.18%-
HSV(B)262.3º82.43%87.06%-
XYZ19.979.8569.96-
YUV80.19208.03147.12-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 29.08%
GREEN value IS 39 (15.62% from 255) = 10.60%
BLUE value IS 222 (87.11% from 255) = 60.33%
R=29.08%
G=10.60%
B=60.33%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal107392220.520.8200.13262.373.4951.18
Hex6B27DE34520D1064933
Octal153473366412201540611163
Binary1101011100111110111101101001010010011011000001101001001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B27DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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