Html Css Color HEX #5A0CC4 Purple Heart

📋 copy color: '#5A0CC4'

red 90 ◦ green 12 ◦ blue 196

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

Shades of Purple Heart #5A0CC4

Tints of Purple Heart #5A0CC4

RGB

 RED value IS 90 (35.55% from 255) = 30.2%

 GREEN value IS 12 (5.08% from 255) = 4.03%

 BLUE value IS 196 (76.95% from 255) = 65.77%

R = 30.2%
G = 4.03%
B = 65.77%

CMYK

 C value IS 0.54

 M value IS 0.94

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#5A0CC4 (or 0x5A0CC4) is known color: Purple Heart. HEX triplet: 5A, 0C and C4. RGB value is (90,12,196). Sum of RGB (Red+Green+Blue) = 90+12+196=298 (39% of max value = 765). Red value is 90 (35.55% from 255 or 30.20% from 298); Green value is 12 (5.08% from 255 or 4.03% from 298); Blue value is 196 (76.95% from 255 or 65.77% from 298); Max value from RGB is 196 - color contains mainly: blue. Hex color #5A0CC4 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5A0CC4 is #A5F33B. Grayscale: #373737. Windows color (decimal): -10875708 or 12848218. OLE color: 12848218.

HSL color Cylindrical-coordinate representation of color #5A0CC4: hue angle of 265.43º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #5A0CC4 is Cyan = 0.54, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 90 12 196 -
CMYK 0.54 0.94 0 0.23
HSL 265.43º 0.88% 0.41% -
HSV(B) 265.43º 0.94% 0.77% -
XYZ 14.31 6.42 52.71 -
YUV 56.3 206.84 152.04 -
System Red Green Blue C M Y K H S L
Decimal 90 12 196 0.54 0.94 0 0.23 265.43 0.88 0.41
Hex 5A C C4 36 5E 0 17 109 58 29
Octal 132 14 304 66 136 0 27 411 130 51
Binary 1011010 1100 11000100 110110 1011110 0 10111 100001001 1011000 101001

Color Harmonies of #5A0CC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A0CC4

Black with #5A0CC4

Text Example


Text Example

White with #5A0CC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5A0CC4; }

 p { color: rgb(90,12,196); }

 H1.HeaderClassName
 {
   color: #5A0CC4;
 }
 .AnyTagClassName
 {
   color: #5A0CC4;
 }
</style>

background-color css

<style>
 a { background-color: #5A0CC4; }

 a { background-color: rgb(90,12,196); }

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

border-color css

<style>
 span { border-color: #5A0CC4; }

 span { border-color: rgb(90,12,196); }

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