Html Css Color HEX #602AAF Purple Heart

📋 copy color: '#602AAF'

red 96 ◦ green 42 ◦ blue 175

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

Shades of Purple Heart #602AAF

Tints of Purple Heart #602AAF

RGB

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

 GREEN value IS 42 (16.8% from 255) = 13.42%

 BLUE value IS 175 (68.75% from 255) = 55.91%

R = 30.67%
G = 13.42%
B = 55.91%

CMYK

 C value IS 0.45

 M value IS 0.76

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#602AAF (or 0x602AAF) is known color: Purple Heart. HEX triplet: 60, 2A and AF. RGB value is (96,42,175). Sum of RGB (Red+Green+Blue) = 96+42+175=313 (41% of max value = 765). Red value is 96 (37.89% from 255 or 30.67% from 313); Green value is 42 (16.80% from 255 or 13.42% from 313); Blue value is 175 (68.75% from 255 or 55.91% from 313); Max value from RGB is 175 - color contains mainly: blue. Hex color #602AAF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #602AAF is #9FD550. Grayscale: #484848. Windows color (decimal): -10474833 or 11479648. OLE color: 11479648.

HSL color Cylindrical-coordinate representation of color #602AAF: hue angle of 264.36º degrees, saturation: 0.61, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #602AAF is Cyan = 0.45, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 96 42 175 -
CMYK 0.45 0.76 0 0.31
HSL 264.36º 0.61% 0.43% -
HSV(B) 264.36º 0.76% 0.69% -
XYZ 13.39 7.24 41.25 -
YUV 73.31 185.39 144.19 -
System Red Green Blue C M Y K H S L
Decimal 96 42 175 0.45 0.76 0 0.31 264.36 0.61 0.43
Hex 60 2A AF 2D 4C 0 1F 108 3D 2B
Octal 140 52 257 55 114 0 37 410 75 53
Binary 1100000 101010 10101111 101101 1001100 0 11111 100001000 111101 101011

Color Harmonies of #602AAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #602AAF

Black with #602AAF

Text Example


Text Example

White with #602AAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,42,175); }

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

background-color css

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

 a { background-color: rgb(96,42,175); }

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

border-color css

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

 span { border-color: rgb(96,42,175); }

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