Html Css Color HEX #602DAD Purple Heart

📋 copy color: '#602DAD'

red 96 ◦ green 45 ◦ blue 173

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

Shades of Purple Heart #602DAD

Tints of Purple Heart #602DAD

RGB

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

 GREEN value IS 45 (17.97% from 255) = 14.33%

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

R = 30.57%
G = 14.33%
B = 55.1%

CMYK

 C value IS 0.45

 M value IS 0.74

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#602DAD (or 0x602DAD) is known color: Purple Heart. HEX triplet: 60, 2D and AD. RGB value is (96,45,173). Sum of RGB (Red+Green+Blue) = 96+45+173=314 (41% of max value = 765). Red value is 96 (37.89% from 255 or 30.57% from 314); Green value is 45 (17.97% from 255 or 14.33% from 314); Blue value is 173 (67.97% from 255 or 55.10% from 314); Max value from RGB is 173 - color contains mainly: blue. Hex color #602DAD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #602DAD is #9FD252. Grayscale: #4A4A4A. Windows color (decimal): -10474067 or 11349344. OLE color: 11349344.

HSL color Cylindrical-coordinate representation of color #602DAD: hue angle of 263.91º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #602DAD is Cyan = 0.45, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 96 45 173 -
CMYK 0.45 0.74 0 0.32
HSL 263.91º 0.59% 0.43% -
HSV(B) 263.91º 0.74% 0.68% -
XYZ 13.31 7.38 40.26 -
YUV 74.84 183.4 143.09 -
System Red Green Blue C M Y K H S L
Decimal 96 45 173 0.45 0.74 0 0.32 263.91 0.59 0.43
Hex 60 2D AD 2D 4A 0 20 108 3B 2B
Octal 140 55 255 55 112 0 40 410 73 53
Binary 1100000 101101 10101101 101101 1001010 0 100000 100001000 111011 101011

Color Harmonies of #602DAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #602DAD

Black with #602DAD

Text Example


Text Example

White with #602DAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #602DAD; }

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

 H1.HeaderClassName
 {
   color: #602DAD;
 }
 .AnyTagClassName
 {
   color: #602DAD;
 }
</style>

background-color css

<style>
 a { background-color: #602DAD; }

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

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

border-color css

<style>
 span { border-color: #602DAD; }

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

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