#6E33CF

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

Shades of Purple Heart #6E33CF

Tints of Purple Heart #6E33CF

Color information

#6E33CF (or 0x6E33CF) is unknown color: approx Purple Heart. HEX triplet: 6E, 33 and CF. RGB value is (110,51,207). Sum of RGB (Red+Green+Blue) = 110+51+207=368 (48% of max value = 765). Red value is 110 (43.36% from 255 or 29.89% from 368); Green value is 51 (20.31% from 255 or 13.86% from 368); Blue value is 207 (81.25% from 255 or 56.25% from 368); Max value from RGB is 207 - color contains mainly: blue. Hex color #6E33CF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6E33CF is #91CC30. Grayscale: #555555. Windows color (decimal): -9554993 or 13579118. OLE color: 13579118.

HSL color Cylindrical-coordinate representation of color #6E33CF: hue angle of 262.69º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #6E33CF is Cyan = 0.47, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB11051207-
CMYK0.470.7500.19
HSL262.69º61.9%50.59%-
HSV(B)262.69º75.36%81.18%-
XYZ18.8810.1960-
YUV86.42196.05144.82-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 29.89%
GREEN value IS 51 (20.31% from 255) = 13.86%
BLUE value IS 207 (81.25% from 255) = 56.25%
R=29.89%
G=13.86%
B=56.25%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal110512070.470.7500.19262.6961.950.59
Hex6E33CF2F4B0131073e33
Octal15663317571130234077663
Binary1101110110011110011111011111001011010011100000111111110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E33CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,51,207); }

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

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

 a { background-color: rgb(110,51,207); }

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

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

 span { border-color: rgb(110,51,207); }

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