Html Css Color HEX #602FBB Purple Heart

📋 copy color: '#602FBB'

red 96 ◦ green 47 ◦ blue 187

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

Shades of Purple Heart #602FBB

Tints of Purple Heart #602FBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 56.67%

R = 29.09%
G = 14.24%
B = 56.67%

CMYK

 C value IS 0.49

 M value IS 0.75

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#602FBB (or 0x602FBB) is known color: Purple Heart. HEX triplet: 60, 2F and BB. RGB value is (96,47,187). Sum of RGB (Red+Green+Blue) = 96+47+187=330 (43% of max value = 765). Red value is 96 (37.89% from 255 or 29.09% from 330); Green value is 47 (18.75% from 255 or 14.24% from 330); Blue value is 187 (73.44% from 255 or 56.67% from 330); Max value from RGB is 187 - color contains mainly: blue. Hex color #602FBB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #602FBB is #9FD044. Grayscale: #4D4D4D. Windows color (decimal): -10473541 or 12267360. OLE color: 12267360.

HSL color Cylindrical-coordinate representation of color #602FBB: hue angle of 261º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #602FBB is Cyan = 0.49, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 96 47 187 -
CMYK 0.49 0.75 0 0.27
HSL 261º 0.6% 0.46% -
HSV(B) 261º 0.75% 0.73% -
XYZ 14.81 8.11 47.8 -
YUV 77.61 189.73 141.12 -
System Red Green Blue C M Y K H S L
Decimal 96 47 187 0.49 0.75 0 0.27 261 0.6 0.46
Hex 60 2F BB 31 4B 0 1B 105 3C 2E
Octal 140 57 273 61 113 0 33 405 74 56
Binary 1100000 101111 10111011 110001 1001011 0 11011 100000101 111100 101110

Color Harmonies of #602FBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #602FBB

Black with #602FBB

Text Example


Text Example

White with #602FBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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