Html Css Color HEX #6033BB Purple Heart

📋 copy color: '#6033BB'

red 96 ◦ green 51 ◦ blue 187

#6033BB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Purple Heart #6033BB

Tints of Purple Heart #6033BB

RGB

 RED value IS 96 (37.89% from 255) = 28.74%

 GREEN value IS 51 (20.31% from 255) = 15.27%

 BLUE value IS 187 (73.44% from 255) = 55.99%

R = 28.74%
G = 15.27%
B = 55.99%

CMYK

 C value IS 0.49

 M value IS 0.73

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6033BB (or 0x6033BB) is known color: Purple Heart. HEX triplet: 60, 33 and BB. RGB value is (96,51,187). Sum of RGB (Red+Green+Blue) = 96+51+187=334 (44% of max value = 765). Red value is 96 (37.89% from 255 or 28.74% from 334); Green value is 51 (20.31% from 255 or 15.27% from 334); Blue value is 187 (73.44% from 255 or 55.99% from 334); Max value from RGB is 187 - color contains mainly: blue. Hex color #6033BB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6033BB is #9FCC44. Grayscale: #4F4F4F. Windows color (decimal): -10472517 or 12268384. OLE color: 12268384.

HSL color Cylindrical-coordinate representation of color #6033BB: hue angle of 259.85º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6033BB is Cyan = 0.49, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 96 51 187 -
CMYK 0.49 0.73 0 0.27
HSL 259.85º 0.57% 0.47% -
HSV(B) 259.85º 0.73% 0.73% -
XYZ 14.98 8.44 47.85 -
YUV 79.96 188.41 139.44 -
System Red Green Blue C M Y K H S L
Decimal 96 51 187 0.49 0.73 0 0.27 259.85 0.57 0.47
Hex 60 33 BB 31 49 0 1B 104 39 2F
Octal 140 63 273 61 111 0 33 404 71 57
Binary 1100000 110011 10111011 110001 1001001 0 11011 100000100 111001 101111

Color Harmonies of #6033BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6033BB

Black with #6033BB

Text Example


Text Example

White with #6033BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #6033BB;
 }
 .AnyTagClassName
 {
   color: #6033BB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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