Html Css Color HEX #603DDB Purple Heart

📋 copy color: '#603DDB'

red 96 ◦ green 61 ◦ blue 219

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

Shades of Purple Heart #603DDB

Tints of Purple Heart #603DDB

RGB

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

 GREEN value IS 61 (24.22% from 255) = 16.22%

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

R = 25.53%
G = 16.22%
B = 58.24%

CMYK

 C value IS 0.56

 M value IS 0.72

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#603DDB (or 0x603DDB) is known color: Purple Heart. HEX triplet: 60, 3D and DB. RGB value is (96,61,219). Sum of RGB (Red+Green+Blue) = 96+61+219=376 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.53% from 376); Green value is 61 (24.22% from 255 or 16.22% from 376); Blue value is 219 (85.94% from 255 or 58.24% from 376); Max value from RGB is 219 - color contains mainly: blue. Hex color #603DDB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #603DDB is #9FC224. Grayscale: #585858. Windows color (decimal): -10469925 or 14368096. OLE color: 14368096.

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

Color convert

RGB 96 61 219 -
CMYK 0.56 0.72 0 0.14
HSL 253.29º 0.69% 0.55% -
HSV(B) 253.29º 0.72% 0.86% -
XYZ 19.28 10.94 68.11 -
YUV 89.48 201.1 132.65 -
System Red Green Blue C M Y K H S L
Decimal 96 61 219 0.56 0.72 0 0.14 253.29 0.69 0.55
Hex 60 3D DB 38 48 0 E FD 45 37
Octal 140 75 333 70 110 0 16 375 105 67
Binary 1100000 111101 11011011 111000 1001000 0 1110 11111101 1000101 110111

Color Harmonies of #603DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #603DDB

Black with #603DDB

Text Example


Text Example

White with #603DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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