Html Css Color HEX #602FBF Purple Heart

📋 copy color: '#602FBF'

red 96 ◦ green 47 ◦ blue 191

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

Shades of Purple Heart #602FBF

Tints of Purple Heart #602FBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 57.19%

R = 28.74%
G = 14.07%
B = 57.19%

CMYK

 C value IS 0.50

 M value IS 0.75

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#602FBF (or 0x602FBF) is known color: Purple Heart. HEX triplet: 60, 2F and BF. RGB value is (96,47,191). Sum of RGB (Red+Green+Blue) = 96+47+191=334 (44% of max value = 765). Red value is 96 (37.89% from 255 or 28.74% from 334); Green value is 47 (18.75% from 255 or 14.07% from 334); Blue value is 191 (75% from 255 or 57.19% from 334); Max value from RGB is 191 - color contains mainly: blue. Hex color #602FBF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #602FBF is #9FD040. Grayscale: #4D4D4D. Windows color (decimal): -10473537 or 12529504. OLE color: 12529504.

HSL color Cylindrical-coordinate representation of color #602FBF: hue angle of 260.42º degrees, saturation: 0.61, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #602FBF is Cyan = 0.50, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 96 47 191 -
CMYK 0.50 0.75 0 0.25
HSL 260.42º 0.61% 0.47% -
HSV(B) 260.42º 0.75% 0.75% -
XYZ 15.24 8.28 50.09 -
YUV 78.07 191.73 140.79 -
System Red Green Blue C M Y K H S L
Decimal 96 47 191 0.50 0.75 0 0.25 260.42 0.61 0.47
Hex 60 2F BF 32 4B 0 19 104 3D 2F
Octal 140 57 277 62 113 0 31 404 75 57
Binary 1100000 101111 10111111 110010 1001011 0 11001 100000100 111101 101111

Color Harmonies of #602FBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #602FBF

Black with #602FBF

Text Example


Text Example

White with #602FBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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