Html Css Color HEX #6024AD Purple Heart

📋 copy color: '#6024AD'

red 96 ◦ green 36 ◦ blue 173

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

Shades of Purple Heart #6024AD

Tints of Purple Heart #6024AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 56.72%

R = 31.48%
G = 11.8%
B = 56.72%

CMYK

 C value IS 0.45

 M value IS 0.79

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#6024AD (or 0x6024AD) is known color: Purple Heart. HEX triplet: 60, 24 and AD. RGB value is (96,36,173). Sum of RGB (Red+Green+Blue) = 96+36+173=305 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.48% from 305); Green value is 36 (14.45% from 255 or 11.80% from 305); Blue value is 173 (67.97% from 255 or 56.72% from 305); Max value from RGB is 173 - color contains mainly: blue. Hex color #6024AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6024AD is #9FDB52. Grayscale: #454545. Windows color (decimal): -10476371 or 11347040. OLE color: 11347040.

HSL color Cylindrical-coordinate representation of color #6024AD: hue angle of 266.28º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #6024AD is Cyan = 0.45, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 96 36 173 -
CMYK 0.45 0.79 0 0.32
HSL 266.28º 0.66% 0.41% -
HSV(B) 266.28º 0.79% 0.68% -
XYZ 13 6.77 40.16 -
YUV 69.56 186.38 146.86 -
System Red Green Blue C M Y K H S L
Decimal 96 36 173 0.45 0.79 0 0.32 266.28 0.66 0.41
Hex 60 24 AD 2D 4F 0 20 10A 42 29
Octal 140 44 255 55 117 0 40 412 102 51
Binary 1100000 100100 10101101 101101 1001111 0 100000 100001010 1000010 101001

Color Harmonies of #6024AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6024AD

Black with #6024AD

Text Example


Text Example

White with #6024AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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