Html Css Color HEX #602FAD Purple Heart

📋 copy color: '#602FAD'

red 96 ◦ green 47 ◦ blue 173

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

Shades of Purple Heart #602FAD

Tints of Purple Heart #602FAD

RGB

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

 GREEN value IS 47 (18.75% from 255) = 14.87%

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

R = 30.38%
G = 14.87%
B = 54.75%

CMYK

 C value IS 0.45

 M value IS 0.73

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#602FAD (or 0x602FAD) is known color: Purple Heart. HEX triplet: 60, 2F and AD. RGB value is (96,47,173). Sum of RGB (Red+Green+Blue) = 96+47+173=316 (41% of max value = 765). Red value is 96 (37.89% from 255 or 30.38% from 316); Green value is 47 (18.75% from 255 or 14.87% from 316); Blue value is 173 (67.97% from 255 or 54.75% from 316); Max value from RGB is 173 - color contains mainly: blue. Hex color #602FAD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #602FAD is #9FD052. Grayscale: #4B4B4B. Windows color (decimal): -10473555 or 11349856. OLE color: 11349856.

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

Color convert

RGB 96 47 173 -
CMYK 0.45 0.73 0 0.32
HSL 263.33º 0.57% 0.43% -
HSV(B) 263.33º 0.73% 0.68% -
XYZ 13.38 7.54 40.28 -
YUV 76.02 182.73 142.25 -
System Red Green Blue C M Y K H S L
Decimal 96 47 173 0.45 0.73 0 0.32 263.33 0.57 0.43
Hex 60 2F AD 2D 49 0 20 107 39 2B
Octal 140 57 255 55 111 0 40 407 71 53
Binary 1100000 101111 10101101 101101 1001001 0 100000 100000111 111001 101011

Color Harmonies of #602FAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #602FAD

Black with #602FAD

Text Example


Text Example

White with #602FAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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