Html Css Color HEX #6024B4 Purple Heart

📋 copy color: '#6024B4'

red 96 ◦ green 36 ◦ blue 180

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

Shades of Purple Heart #6024B4

Tints of Purple Heart #6024B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 57.69%

R = 30.77%
G = 11.54%
B = 57.69%

CMYK

 C value IS 0.47

 M value IS 0.8

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#6024B4 (or 0x6024B4) is known color: Purple Heart. HEX triplet: 60, 24 and B4. RGB value is (96,36,180). Sum of RGB (Red+Green+Blue) = 96+36+180=312 (41% of max value = 765). Red value is 96 (37.89% from 255 or 30.77% from 312); Green value is 36 (14.45% from 255 or 11.54% from 312); Blue value is 180 (70.70% from 255 or 57.69% from 312); Max value from RGB is 180 - color contains mainly: blue. Hex color #6024B4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6024B4 is #9FDB4B. Grayscale: #454545. Windows color (decimal): -10476364 or 11805792. OLE color: 11805792.

HSL color Cylindrical-coordinate representation of color #6024B4: hue angle of 265º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6024B4 is Cyan = 0.47, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 96 36 180 -
CMYK 0.47 0.8 0 0.29
HSL 265º 0.67% 0.42% -
HSV(B) 265º 0.8% 0.71% -
XYZ 13.69 7.04 43.82 -
YUV 70.36 189.88 146.29 -
System Red Green Blue C M Y K H S L
Decimal 96 36 180 0.47 0.8 0 0.29 265 0.67 0.42
Hex 60 24 B4 2F 50 0 1D 109 43 2A
Octal 140 44 264 57 120 0 35 411 103 52
Binary 1100000 100100 10110100 101111 1010000 0 11101 100001001 1000011 101010

Color Harmonies of #6024B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6024B4

Black with #6024B4

Text Example


Text Example

White with #6024B4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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