Html Css Color HEX #602CBD Purple Heart

📋 copy color: '#602CBD'

red 96 ◦ green 44 ◦ blue 189

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

Shades of Purple Heart #602CBD

Tints of Purple Heart #602CBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 57.45%

R = 29.18%
G = 13.37%
B = 57.45%

CMYK

 C value IS 0.49

 M value IS 0.77

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#602CBD (or 0x602CBD) is known color: Purple Heart. HEX triplet: 60, 2C and BD. RGB value is (96,44,189). Sum of RGB (Red+Green+Blue) = 96+44+189=329 (43% of max value = 765). Red value is 96 (37.89% from 255 or 29.18% from 329); Green value is 44 (17.58% from 255 or 13.37% from 329); Blue value is 189 (74.22% from 255 or 57.45% from 329); Max value from RGB is 189 - color contains mainly: blue. Hex color #602CBD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #602CBD is #9FD342. Grayscale: #4B4B4B. Windows color (decimal): -10474307 or 12397664. OLE color: 12397664.

HSL color Cylindrical-coordinate representation of color #602CBD: hue angle of 261.52º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #602CBD is Cyan = 0.49, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 96 44 189 -
CMYK 0.49 0.77 0 0.26
HSL 261.52º 0.62% 0.46% -
HSV(B) 261.52º 0.77% 0.74% -
XYZ 14.91 7.96 48.9 -
YUV 76.08 191.73 142.21 -
System Red Green Blue C M Y K H S L
Decimal 96 44 189 0.49 0.77 0 0.26 261.52 0.62 0.46
Hex 60 2C BD 31 4D 0 1A 106 3E 2E
Octal 140 54 275 61 115 0 32 406 76 56
Binary 1100000 101100 10111101 110001 1001101 0 11010 100000110 111110 101110

Color Harmonies of #602CBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #602CBD

Black with #602CBD

Text Example


Text Example

White with #602CBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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