Html Css Color HEX #603AB1 Purple Heart

📋 copy color: '#603AB1'

red 96 ◦ green 58 ◦ blue 177

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

Shades of Purple Heart #603AB1

Tints of Purple Heart #603AB1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 53.47%

R = 29%
G = 17.52%
B = 53.47%

CMYK

 C value IS 0.46

 M value IS 0.67

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#603AB1 (or 0x603AB1) is known color: Purple Heart. HEX triplet: 60, 3A and B1. RGB value is (96,58,177). Sum of RGB (Red+Green+Blue) = 96+58+177=331 (43% of max value = 765). Red value is 96 (37.89% from 255 or 29.00% from 331); Green value is 58 (23.05% from 255 or 17.52% from 331); Blue value is 177 (69.53% from 255 or 53.47% from 331); Max value from RGB is 177 - color contains mainly: blue. Hex color #603AB1 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #603AB1 is #9FC54E. Grayscale: #525252. Windows color (decimal): -10470735 or 11614816. OLE color: 11614816.

HSL color Cylindrical-coordinate representation of color #603AB1: hue angle of 259.16º degrees, saturation: 0.51, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #603AB1 is Cyan = 0.46, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 96 58 177 -
CMYK 0.46 0.67 0 0.31
HSL 259.16º 0.51% 0.46% -
HSV(B) 259.16º 0.67% 0.69% -
XYZ 14.27 8.69 42.52 -
YUV 82.93 181.09 137.32 -
System Red Green Blue C M Y K H S L
Decimal 96 58 177 0.46 0.67 0 0.31 259.16 0.51 0.46
Hex 60 3A B1 2E 43 0 1F 103 33 2E
Octal 140 72 261 56 103 0 37 403 63 56
Binary 1100000 111010 10110001 101110 1000011 0 11111 100000011 110011 101110

Color Harmonies of #603AB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #603AB1

Black with #603AB1

Text Example


Text Example

White with #603AB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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