Html Css Color HEX #602CDB Purple Heart

📋 copy color: '#602CDB'

red 96 ◦ green 44 ◦ blue 219

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

Shades of Purple Heart #602CDB

Tints of Purple Heart #602CDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 61%

R = 26.74%
G = 12.26%
B = 61%

CMYK

 C value IS 0.56

 M value IS 0.80

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#602CDB (or 0x602CDB) is known color: Purple Heart. HEX triplet: 60, 2C and DB. RGB value is (96,44,219). Sum of RGB (Red+Green+Blue) = 96+44+219=359 (47% of max value = 765). Red value is 96 (37.89% from 255 or 26.74% from 359); Green value is 44 (17.58% from 255 or 12.26% from 359); Blue value is 219 (85.94% from 255 or 61.00% from 359); Max value from RGB is 219 - color contains mainly: blue. Hex color #602CDB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #602CDB is #9FD324. Grayscale: #4E4E4E. Windows color (decimal): -10474277 or 14363744. OLE color: 14363744.

HSL color Cylindrical-coordinate representation of color #602CDB: hue angle of 257.83º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #602CDB is Cyan = 0.56, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 96 44 219 -
CMYK 0.56 0.80 0 0.14
HSL 257.83º 0.71% 0.52% -
HSV(B) 257.83º 0.8% 0.86% -
XYZ 18.51 9.4 67.86 -
YUV 79.5 206.73 139.77 -
System Red Green Blue C M Y K H S L
Decimal 96 44 219 0.56 0.80 0 0.14 257.83 0.71 0.52
Hex 60 2C DB 38 50 0 E 102 47 34
Octal 140 54 333 70 120 0 16 402 107 64
Binary 1100000 101100 11011011 111000 1010000 0 1110 100000010 1000111 110100

Color Harmonies of #602CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #602CDB

Black with #602CDB

Text Example


Text Example

White with #602CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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