Html Css Color HEX #602BAF Purple Heart

📋 copy color: '#602BAF'

red 96 ◦ green 43 ◦ blue 175

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

Shades of Purple Heart #602BAF

Tints of Purple Heart #602BAF

RGB

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

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

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

R = 30.57%
G = 13.69%
B = 55.73%

CMYK

 C value IS 0.45

 M value IS 0.75

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#602BAF (or 0x602BAF) is known color: Purple Heart. HEX triplet: 60, 2B and AF. RGB value is (96,43,175). Sum of RGB (Red+Green+Blue) = 96+43+175=314 (41% of max value = 765). Red value is 96 (37.89% from 255 or 30.57% from 314); Green value is 43 (17.19% from 255 or 13.69% from 314); Blue value is 175 (68.75% from 255 or 55.73% from 314); Max value from RGB is 175 - color contains mainly: blue. Hex color #602BAF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #602BAF is #9FD450. Grayscale: #494949. Windows color (decimal): -10474577 or 11479904. OLE color: 11479904.

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

Color convert

RGB 96 43 175 -
CMYK 0.45 0.75 0 0.31
HSL 264.09º 0.61% 0.43% -
HSV(B) 264.09º 0.75% 0.69% -
XYZ 13.43 7.31 41.26 -
YUV 73.9 185.06 143.77 -
System Red Green Blue C M Y K H S L
Decimal 96 43 175 0.45 0.75 0 0.31 264.09 0.61 0.43
Hex 60 2B AF 2D 4B 0 1F 108 3D 2B
Octal 140 53 257 55 113 0 37 410 75 53
Binary 1100000 101011 10101111 101101 1001011 0 11111 100001000 111101 101011

Color Harmonies of #602BAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #602BAF

Black with #602BAF

Text Example


Text Example

White with #602BAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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