Html Css Color HEX #5A0FC2 Purple Heart

📋 copy color: '#5A0FC2'

red 90 ◦ green 15 ◦ blue 194

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

Shades of Purple Heart #5A0FC2

Tints of Purple Heart #5A0FC2

RGB

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

 GREEN value IS 15 (6.25% from 255) = 5.02%

 BLUE value IS 194 (76.17% from 255) = 64.88%

R = 30.1%
G = 5.02%
B = 64.88%

CMYK

 C value IS 0.54

 M value IS 0.92

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#5A0FC2 (or 0x5A0FC2) is known color: Purple Heart. HEX triplet: 5A, 0F and C2. RGB value is (90,15,194). Sum of RGB (Red+Green+Blue) = 90+15+194=299 (39% of max value = 765). Red value is 90 (35.55% from 255 or 30.10% from 299); Green value is 15 (6.25% from 255 or 5.02% from 299); Blue value is 194 (76.17% from 255 or 64.88% from 299); Max value from RGB is 194 - color contains mainly: blue. Hex color #5A0FC2 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5A0FC2 is #A5F03D. Grayscale: #393939. Windows color (decimal): -10874942 or 12717914. OLE color: 12717914.

HSL color Cylindrical-coordinate representation of color #5A0FC2: hue angle of 265.14º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #5A0FC2 is Cyan = 0.54, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 90 15 194 -
CMYK 0.54 0.92 0 0.24
HSL 265.14º 0.86% 0.41% -
HSV(B) 265.14º 0.92% 0.76% -
XYZ 14.12 6.41 51.53 -
YUV 57.83 204.85 150.95 -
System Red Green Blue C M Y K H S L
Decimal 90 15 194 0.54 0.92 0 0.24 265.14 0.86 0.41
Hex 5A F C2 36 5C 0 18 109 56 29
Octal 132 17 302 66 134 0 30 411 126 51
Binary 1011010 1111 11000010 110110 1011100 0 11000 100001001 1010110 101001

Color Harmonies of #5A0FC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A0FC2

Black with #5A0FC2

Text Example


Text Example

White with #5A0FC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,15,194); }

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

background-color css

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

 a { background-color: rgb(90,15,194); }

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

border-color css

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

 span { border-color: rgb(90,15,194); }

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