Html Css Color HEX #602FAC Purple Heart

📋 copy color: '#602FAC'

red 96 ◦ green 47 ◦ blue 172

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

Shades of Purple Heart #602FAC

Tints of Purple Heart #602FAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 54.6%

R = 30.48%
G = 14.92%
B = 54.6%

CMYK

 C value IS 0.44

 M value IS 0.73

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#602FAC (or 0x602FAC) is known color: Purple Heart. HEX triplet: 60, 2F and AC. RGB value is (96,47,172). Sum of RGB (Red+Green+Blue) = 96+47+172=315 (41% of max value = 765). Red value is 96 (37.89% from 255 or 30.48% from 315); Green value is 47 (18.75% from 255 or 14.92% from 315); Blue value is 172 (67.58% from 255 or 54.60% from 315); Max value from RGB is 172 - color contains mainly: blue. Hex color #602FAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #602FAC is #9FD053. Grayscale: #4B4B4B. Windows color (decimal): -10473556 or 11284320. OLE color: 11284320.

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

Color convert

RGB 96 47 172 -
CMYK 0.44 0.73 0 0.33
HSL 263.52º 0.57% 0.43% -
HSV(B) 263.52º 0.73% 0.67% -
XYZ 13.29 7.5 39.78 -
YUV 75.9 182.23 142.34 -
System Red Green Blue C M Y K H S L
Decimal 96 47 172 0.44 0.73 0 0.33 263.52 0.57 0.43
Hex 60 2F AC 2C 49 0 21 108 39 2B
Octal 140 57 254 54 111 0 41 410 71 53
Binary 1100000 101111 10101100 101100 1001001 0 100001 100001000 111001 101011

Color Harmonies of #602FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #602FAC

Black with #602FAC

Text Example


Text Example

White with #602FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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