Html Css Color HEX #603ABE Purple Heart

📋 copy color: '#603ABE'

red 96 ◦ green 58 ◦ blue 190

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

Shades of Purple Heart #603ABE

Tints of Purple Heart #603ABE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 55.23%

R = 27.91%
G = 16.86%
B = 55.23%

CMYK

 C value IS 0.49

 M value IS 0.69

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#603ABE (or 0x603ABE) is known color: Purple Heart. HEX triplet: 60, 3A and BE. RGB value is (96,58,190). Sum of RGB (Red+Green+Blue) = 96+58+190=344 (45% of max value = 765). Red value is 96 (37.89% from 255 or 27.91% from 344); Green value is 58 (23.05% from 255 or 16.86% from 344); Blue value is 190 (74.61% from 255 or 55.23% from 344); Max value from RGB is 190 - color contains mainly: blue. Hex color #603ABE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #603ABE is #9FC541. Grayscale: #535353. Windows color (decimal): -10470722 or 12466784. OLE color: 12466784.

HSL color Cylindrical-coordinate representation of color #603ABE: hue angle of 257.27º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #603ABE is Cyan = 0.49, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 96 58 190 -
CMYK 0.49 0.69 0 0.25
HSL 257.27º 0.53% 0.49% -
HSV(B) 257.27º 0.69% 0.75% -
XYZ 15.63 9.23 49.67 -
YUV 84.41 187.59 136.27 -
System Red Green Blue C M Y K H S L
Decimal 96 58 190 0.49 0.69 0 0.25 257.27 0.53 0.49
Hex 60 3A BE 31 45 0 19 101 35 31
Octal 140 72 276 61 105 0 31 401 65 61
Binary 1100000 111010 10111110 110001 1000101 0 11001 100000001 110101 110001

Color Harmonies of #603ABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #603ABE

Black with #603ABE

Text Example


Text Example

White with #603ABE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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