Html Css Color HEX #603ABF Purple Heart

📋 copy color: '#603ABF'

red 96 ◦ green 58 ◦ blue 191

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

Shades of Purple Heart #603ABF

Tints of Purple Heart #603ABF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 55.36%

R = 27.83%
G = 16.81%
B = 55.36%

CMYK

 C value IS 0.50

 M value IS 0.70

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#603ABF (or 0x603ABF) is known color: Purple Heart. HEX triplet: 60, 3A and BF. RGB value is (96,58,191). Sum of RGB (Red+Green+Blue) = 96+58+191=345 (45% of max value = 765). Red value is 96 (37.89% from 255 or 27.83% from 345); Green value is 58 (23.05% from 255 or 16.81% from 345); Blue value is 191 (75% from 255 or 55.36% from 345); Max value from RGB is 191 - color contains mainly: blue. Hex color #603ABF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #603ABF is #9FC540. Grayscale: #545454. Windows color (decimal): -10470721 or 12532320. OLE color: 12532320.

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

Color convert

RGB 96 58 191 -
CMYK 0.50 0.70 0 0.25
HSL 257.14º 0.53% 0.49% -
HSV(B) 257.14º 0.7% 0.75% -
XYZ 15.74 9.27 50.25 -
YUV 84.52 188.09 136.19 -
System Red Green Blue C M Y K H S L
Decimal 96 58 191 0.50 0.70 0 0.25 257.14 0.53 0.49
Hex 60 3A BF 32 46 0 19 101 35 31
Octal 140 72 277 62 106 0 31 401 65 61
Binary 1100000 111010 10111111 110010 1000110 0 11001 100000001 110101 110001

Color Harmonies of #603ABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #603ABF

Black with #603ABF

Text Example


Text Example

White with #603ABF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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