Html Css Color HEX #603AB2 Purple Heart

📋 copy color: '#603AB2'

red 96 ◦ green 58 ◦ blue 178

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

Shades of Purple Heart #603AB2

Tints of Purple Heart #603AB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 53.61%

R = 28.92%
G = 17.47%
B = 53.61%

CMYK

 C value IS 0.46

 M value IS 0.67

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#603AB2 (or 0x603AB2) is known color: Purple Heart. HEX triplet: 60, 3A and B2. RGB value is (96,58,178). Sum of RGB (Red+Green+Blue) = 96+58+178=332 (43% of max value = 765). Red value is 96 (37.89% from 255 or 28.92% from 332); Green value is 58 (23.05% from 255 or 17.47% from 332); Blue value is 178 (69.92% from 255 or 53.61% from 332); Max value from RGB is 178 - color contains mainly: blue. Hex color #603AB2 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #603AB2 is #9FC54D. Grayscale: #525252. Windows color (decimal): -10470734 or 11680352. OLE color: 11680352.

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

Color convert

RGB 96 58 178 -
CMYK 0.46 0.67 0 0.30
HSL 259º 0.51% 0.46% -
HSV(B) 259º 0.67% 0.7% -
XYZ 14.37 8.73 43.05 -
YUV 83.04 181.59 137.24 -
System Red Green Blue C M Y K H S L
Decimal 96 58 178 0.46 0.67 0 0.30 259 0.51 0.46
Hex 60 3A B2 2E 43 0 1E 103 33 2E
Octal 140 72 262 56 103 0 36 403 63 56
Binary 1100000 111010 10110010 101110 1000011 0 11110 100000011 110011 101110

Color Harmonies of #603AB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #603AB2

Black with #603AB2

Text Example


Text Example

White with #603AB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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