Html Css Color HEX #603AD5 Purple Heart

📋 copy color: '#603AD5'

red 96 ◦ green 58 ◦ blue 213

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

Shades of Purple Heart #603AD5

Tints of Purple Heart #603AD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 58.04%

R = 26.16%
G = 15.8%
B = 58.04%

CMYK

 C value IS 0.55

 M value IS 0.73

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#603AD5 (or 0x603AD5) is known color: Purple Heart. HEX triplet: 60, 3A and D5. RGB value is (96,58,213). Sum of RGB (Red+Green+Blue) = 96+58+213=367 (48% of max value = 765). Red value is 96 (37.89% from 255 or 26.16% from 367); Green value is 58 (23.05% from 255 or 15.80% from 367); Blue value is 213 (83.59% from 255 or 58.04% from 367); Max value from RGB is 213 - color contains mainly: blue. Hex color #603AD5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #603AD5 is #9FC52A. Grayscale: #565656. Windows color (decimal): -10470699 or 13974112. OLE color: 13974112.

HSL color Cylindrical-coordinate representation of color #603AD5: hue angle of 254.71º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #603AD5 is Cyan = 0.55, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 96 58 213 -
CMYK 0.55 0.73 0 0.16
HSL 254.71º 0.65% 0.53% -
HSV(B) 254.71º 0.73% 0.84% -
XYZ 18.35 10.32 63.98 -
YUV 87.03 199.09 134.4 -
System Red Green Blue C M Y K H S L
Decimal 96 58 213 0.55 0.73 0 0.16 254.71 0.65 0.53
Hex 60 3A D5 37 49 0 10 FF 41 35
Octal 140 72 325 67 111 0 20 377 101 65
Binary 1100000 111010 11010101 110111 1001001 0 10000 11111111 1000001 110101

Color Harmonies of #603AD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #603AD5

Black with #603AD5

Text Example


Text Example

White with #603AD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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