Html Css Color HEX #602BAC Purple Heart

📋 copy color: '#602BAC'

red 96 ◦ green 43 ◦ blue 172

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

Shades of Purple Heart #602BAC

Tints of Purple Heart #602BAC

RGB

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

 GREEN value IS 43 (17.19% from 255) = 13.83%

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

R = 30.87%
G = 13.83%
B = 55.31%

CMYK

 C value IS 0.44

 M value IS 0.75

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#602BAC (or 0x602BAC) is known color: Purple Heart. HEX triplet: 60, 2B and AC. RGB value is (96,43,172). Sum of RGB (Red+Green+Blue) = 96+43+172=311 (41% of max value = 765). Red value is 96 (37.89% from 255 or 30.87% from 311); Green value is 43 (17.19% from 255 or 13.83% from 311); Blue value is 172 (67.58% from 255 or 55.31% from 311); Max value from RGB is 172 - color contains mainly: blue. Hex color #602BAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #602BAC is #9FD453. Grayscale: #494949. Windows color (decimal): -10474580 or 11283296. OLE color: 11283296.

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

Color convert

RGB 96 43 172 -
CMYK 0.44 0.75 0 0.33
HSL 264.65º 0.6% 0.42% -
HSV(B) 264.65º 0.75% 0.67% -
XYZ 13.13 7.19 39.73 -
YUV 73.55 183.56 144.01 -
System Red Green Blue C M Y K H S L
Decimal 96 43 172 0.44 0.75 0 0.33 264.65 0.6 0.42
Hex 60 2B AC 2C 4B 0 21 109 3C 2A
Octal 140 53 254 54 113 0 41 411 74 52
Binary 1100000 101011 10101100 101100 1001011 0 100001 100001001 111100 101010

Color Harmonies of #602BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #602BAC

Black with #602BAC

Text Example


Text Example

White with #602BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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