Html Css Color HEX #603AE5 Purple Heart

📋 copy color: '#603AE5'

red 96 ◦ green 58 ◦ blue 229

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

Shades of Purple Heart #603AE5

Tints of Purple Heart #603AE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 59.79%

R = 25.07%
G = 15.14%
B = 59.79%

CMYK

 C value IS 0.58

 M value IS 0.75

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#603AE5 (or 0x603AE5) is known color: Purple Heart. HEX triplet: 60, 3A and E5. RGB value is (96,58,229). Sum of RGB (Red+Green+Blue) = 96+58+229=383 (50% of max value = 765). Red value is 96 (37.89% from 255 or 25.07% from 383); Green value is 58 (23.05% from 255 or 15.14% from 383); Blue value is 229 (89.84% from 255 or 59.79% from 383); Max value from RGB is 229 - color contains mainly: blue. Hex color #603AE5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #603AE5 is #9FC51A. Grayscale: #585858. Windows color (decimal): -10470683 or 15022688. OLE color: 15022688.

HSL color Cylindrical-coordinate representation of color #603AE5: hue angle of 253.33º degrees, saturation: 0.77, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #603AE5 is Cyan = 0.58, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 96 58 229 -
CMYK 0.58 0.75 0 0.10
HSL 253.33º 0.77% 0.56% -
HSV(B) 253.33º 0.75% 0.9% -
XYZ 20.48 11.17 75.21 -
YUV 88.86 207.09 133.1 -
System Red Green Blue C M Y K H S L
Decimal 96 58 229 0.58 0.75 0 0.10 253.33 0.77 0.56
Hex 60 3A E5 3A 4B 0 A FD 4D 38
Octal 140 72 345 72 113 0 12 375 115 70
Binary 1100000 111010 11100101 111010 1001011 0 1010 11111101 1001101 111000

Color Harmonies of #603AE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #603AE5

Black with #603AE5

Text Example


Text Example

White with #603AE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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