Html Css Color HEX #603CDB Purple Heart

📋 copy color: '#603CDB'

red 96 ◦ green 60 ◦ blue 219

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

Shades of Purple Heart #603CDB

Tints of Purple Heart #603CDB

RGB

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

 GREEN value IS 60 (23.83% from 255) = 16%

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

R = 25.6%
G = 16%
B = 58.4%

CMYK

 C value IS 0.56

 M value IS 0.73

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#603CDB (or 0x603CDB) is known color: Purple Heart. HEX triplet: 60, 3C and DB. RGB value is (96,60,219). Sum of RGB (Red+Green+Blue) = 96+60+219=375 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.6% from 375); Green value is 60 (23.83% from 255 or 16% from 375); Blue value is 219 (85.94% from 255 or 58.4% from 375); Max value from RGB is 219 - color contains mainly: blue. Hex color #603CDB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #603CDB is #9FC324. Grayscale: #585858. Windows color (decimal): -10470181 or 14367840. OLE color: 14367840.

HSL color Cylindrical-coordinate representation of color #603CDB: hue angle of 253.58º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #603CDB is Cyan = 0.56, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 96 60 219 -
CMYK 0.56 0.73 0 0.14
HSL 253.58º 0.69% 0.55% -
HSV(B) 253.58º 0.73% 0.86% -
XYZ 19.23 10.83 68.1 -
YUV 88.89 201.43 133.07 -
System Red Green Blue C M Y K H S L
Decimal 96 60 219 0.56 0.73 0 0.14 253.58 0.69 0.55
Hex 60 3C DB 38 49 0 E FE 45 37
Octal 140 74 333 70 111 0 16 376 105 67
Binary 1100000 111100 11011011 111000 1001001 0 1110 11111110 1000101 110111

Color Harmonies of #603CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #603CDB

Black with #603CDB

Text Example


Text Example

White with #603CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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