Html Css Color HEX #602CBB Purple Heart

📋 copy color: '#602CBB'

red 96 ◦ green 44 ◦ blue 187

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

Shades of Purple Heart #602CBB

Tints of Purple Heart #602CBB

RGB

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

 GREEN value IS 44 (17.58% from 255) = 13.46%

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

R = 29.36%
G = 13.46%
B = 57.19%

CMYK

 C value IS 0.49

 M value IS 0.76

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#602CBB (or 0x602CBB) is known color: Purple Heart. HEX triplet: 60, 2C and BB. RGB value is (96,44,187). Sum of RGB (Red+Green+Blue) = 96+44+187=327 (43% of max value = 765). Red value is 96 (37.89% from 255 or 29.36% from 327); Green value is 44 (17.58% from 255 or 13.46% from 327); Blue value is 187 (73.44% from 255 or 57.19% from 327); Max value from RGB is 187 - color contains mainly: blue. Hex color #602CBB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #602CBB is #9FD344. Grayscale: #4B4B4B. Windows color (decimal): -10474309 or 12266592. OLE color: 12266592.

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

Color convert

RGB 96 44 187 -
CMYK 0.49 0.76 0 0.27
HSL 261.82º 0.62% 0.45% -
HSV(B) 261.82º 0.76% 0.73% -
XYZ 14.69 7.88 47.76 -
YUV 75.85 190.73 142.37 -
System Red Green Blue C M Y K H S L
Decimal 96 44 187 0.49 0.76 0 0.27 261.82 0.62 0.45
Hex 60 2C BB 31 4C 0 1B 106 3E 2D
Octal 140 54 273 61 114 0 33 406 76 55
Binary 1100000 101100 10111011 110001 1001100 0 11011 100000110 111110 101101

Color Harmonies of #602CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #602CBB

Black with #602CBB

Text Example


Text Example

White with #602CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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