#6F33D3

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

Shades of Purple Heart #6F33D3

Tints of Purple Heart #6F33D3

Color information

#6F33D3 (or 0x6F33D3) is unknown color: approx Purple Heart. HEX triplet: 6F, 33 and D3. RGB value is (111,51,211). Sum of RGB (Red+Green+Blue) = 111+51+211=373 (49% of max value = 765). Red value is 111 (43.75% from 255 or 29.76% from 373); Green value is 51 (20.31% from 255 or 13.67% from 373); Blue value is 211 (82.81% from 255 or 56.57% from 373); Max value from RGB is 211 - color contains mainly: blue. Hex color #6F33D3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6F33D3 is #90CC2C. Grayscale: #565656. Windows color (decimal): -9489453 or 13841263. OLE color: 13841263.

HSL color Cylindrical-coordinate representation of color #6F33D3: hue angle of 262.5º degrees, saturation: 0.65, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #6F33D3 is Cyan = 0.47, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB11151211-
CMYK0.470.7600.17
HSL262.5º64.52%51.37%-
HSV(B)262.5º75.83%82.75%-
XYZ19.510.4562.62-
YUV87.18197.88144.99-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 29.76%
GREEN value IS 51 (20.31% from 255) = 13.67%
BLUE value IS 211 (82.81% from 255) = 56.57%
R=29.76%
G=13.67%
B=56.57%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal111512110.470.7600.17262.564.5251.37
Hex6F33D32F4C0111064133
Octal157633235711402140610163
Binary11011111100111101001110111110011000100011000001101000001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F33D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,51,211); }

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

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

 a { background-color: rgb(111,51,211); }

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

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

 span { border-color: rgb(111,51,211); }

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