Html Css Color HEX #602FAF Purple Heart

📋 copy color: '#602FAF'

red 96 ◦ green 47 ◦ blue 175

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

Shades of Purple Heart #602FAF

Tints of Purple Heart #602FAF

RGB

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

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

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

R = 30.19%
G = 14.78%
B = 55.03%

CMYK

 C value IS 0.45

 M value IS 0.73

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#602FAF (or 0x602FAF) is known color: Purple Heart. HEX triplet: 60, 2F and AF. RGB value is (96,47,175). Sum of RGB (Red+Green+Blue) = 96+47+175=318 (42% of max value = 765). Red value is 96 (37.89% from 255 or 30.19% from 318); Green value is 47 (18.75% from 255 or 14.78% from 318); Blue value is 175 (68.75% from 255 or 55.03% from 318); Max value from RGB is 175 - color contains mainly: blue. Hex color #602FAF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #602FAF is #9FD050. Grayscale: #4B4B4B. Windows color (decimal): -10473553 or 11480928. OLE color: 11480928.

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

Color convert

RGB 96 47 175 -
CMYK 0.45 0.73 0 0.31
HSL 262.97º 0.58% 0.44% -
HSV(B) 262.97º 0.73% 0.69% -
XYZ 13.58 7.61 41.31 -
YUV 76.24 183.73 142.09 -
System Red Green Blue C M Y K H S L
Decimal 96 47 175 0.45 0.73 0 0.31 262.97 0.58 0.44
Hex 60 2F AF 2D 49 0 1F 107 3A 2C
Octal 140 57 257 55 111 0 37 407 72 54
Binary 1100000 101111 10101111 101101 1001001 0 11111 100000111 111010 101100

Color Harmonies of #602FAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #602FAF

Black with #602FAF

Text Example


Text Example

White with #602FAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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