#6033B8

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

Shades of Purple Heart #6033B8

Tints of Purple Heart #6033B8

Color information

#6033B8 (or 0x6033B8) is unknown color: approx Purple Heart. HEX triplet: 60, 33 and B8. RGB value is (96,51,184). Sum of RGB (Red+Green+Blue) = 96+51+184=331 (43% of max value = 765). Red value is 96 (37.89% from 255 or 29.00% from 331); Green value is 51 (20.31% from 255 or 15.41% from 331); Blue value is 184 (72.27% from 255 or 55.59% from 331); Max value from RGB is 184 - color contains mainly: blue. Hex color #6033B8 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6033B8 is #9FCC47. Grayscale: #4F4F4F. Windows color (decimal): -10472520 or 12071776. OLE color: 12071776.

HSL color Cylindrical-coordinate representation of color #6033B8: hue angle of 260.3º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #6033B8 is Cyan = 0.48, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB9651184-
CMYK0.480.7200.28
HSL260.3º56.6%46.08%-
HSV(B)260.3º72.28%72.16%-
XYZ14.668.3246.18-
YUV79.62186.91139.69-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 29.00%
GREEN value IS 51 (20.31% from 255) = 15.41%
BLUE value IS 184 (72.27% from 255) = 55.59%
R=29.00%
G=15.41%
B=55.59%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal96511840.480.7200.28260.356.646.08
Hex6033B8304801C104392e
Octal14063270601100344047156
Binary1100000110011101110001100001001000011100100000100111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6033B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6033B8; }

 p { color: rgb(96,51,184); }

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

<style>
 a { background-color: #6033B8; }

 a { background-color: rgb(96,51,184); }

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

<style>
 span { border-color: #6033B8; }

 span { border-color: rgb(96,51,184); }

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