Html Css Color HEX #6024BB Purple Heart

📋 copy color: '#6024BB'

red 96 ◦ green 36 ◦ blue 187

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

Shades of Purple Heart #6024BB

Tints of Purple Heart #6024BB

RGB

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

 GREEN value IS 36 (14.45% from 255) = 11.29%

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

R = 30.09%
G = 11.29%
B = 58.62%

CMYK

 C value IS 0.49

 M value IS 0.81

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6024BB (or 0x6024BB) is known color: Purple Heart. HEX triplet: 60, 24 and BB. RGB value is (96,36,187). Sum of RGB (Red+Green+Blue) = 96+36+187=319 (42% of max value = 765). Red value is 96 (37.89% from 255 or 30.09% from 319); Green value is 36 (14.45% from 255 or 11.29% from 319); Blue value is 187 (73.44% from 255 or 58.62% from 319); Max value from RGB is 187 - color contains mainly: blue. Hex color #6024BB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6024BB is #9FDB44. Grayscale: #464646. Windows color (decimal): -10476357 or 12264544. OLE color: 12264544.

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

Color convert

RGB 96 36 187 -
CMYK 0.49 0.81 0 0.27
HSL 263.84º 0.68% 0.44% -
HSV(B) 263.84º 0.81% 0.73% -
XYZ 14.42 7.34 47.67 -
YUV 71.15 193.38 145.72 -
System Red Green Blue C M Y K H S L
Decimal 96 36 187 0.49 0.81 0 0.27 263.84 0.68 0.44
Hex 60 24 BB 31 51 0 1B 108 44 2C
Octal 140 44 273 61 121 0 33 410 104 54
Binary 1100000 100100 10111011 110001 1010001 0 11011 100001000 1000100 101100

Color Harmonies of #6024BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6024BB

Black with #6024BB

Text Example


Text Example

White with #6024BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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