Html Css Color HEX #603ADB Purple Heart

📋 copy color: '#603ADB'

red 96 ◦ green 58 ◦ blue 219

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

Shades of Purple Heart #603ADB

Tints of Purple Heart #603ADB

RGB

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

 GREEN value IS 58 (23.05% from 255) = 15.55%

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

R = 25.74%
G = 15.55%
B = 58.71%

CMYK

 C value IS 0.56

 M value IS 0.74

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#603ADB (or 0x603ADB) is known color: Purple Heart. HEX triplet: 60, 3A and DB. RGB value is (96,58,219). Sum of RGB (Red+Green+Blue) = 96+58+219=373 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.74% from 373); Green value is 58 (23.05% from 255 or 15.55% from 373); Blue value is 219 (85.94% from 255 or 58.71% from 373); Max value from RGB is 219 - color contains mainly: blue. Hex color #603ADB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #603ADB is #9FC524. Grayscale: #575757. Windows color (decimal): -10470693 or 14367328. OLE color: 14367328.

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

Color convert

RGB 96 58 219 -
CMYK 0.56 0.74 0 0.14
HSL 254.16º 0.69% 0.54% -
HSV(B) 254.16º 0.74% 0.86% -
XYZ 19.12 10.63 68.06 -
YUV 87.72 202.09 133.91 -
System Red Green Blue C M Y K H S L
Decimal 96 58 219 0.56 0.74 0 0.14 254.16 0.69 0.54
Hex 60 3A DB 38 4A 0 E FE 45 36
Octal 140 72 333 70 112 0 16 376 105 66
Binary 1100000 111010 11011011 111000 1001010 0 1110 11111110 1000101 110110

Color Harmonies of #603ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #603ADB

Black with #603ADB

Text Example


Text Example

White with #603ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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