Html Css Color HEX #5A42C0 Purple Heart

📋 copy color: '#5A42C0'

red 90 ◦ green 66 ◦ blue 192

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

Shades of Purple Heart #5A42C0

Tints of Purple Heart #5A42C0

RGB

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

 GREEN value IS 66 (26.17% from 255) = 18.97%

 BLUE value IS 192 (75.39% from 255) = 55.17%

R = 25.86%
G = 18.97%
B = 55.17%

CMYK

 C value IS 0.53

 M value IS 0.66

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5A42C0 (or 0x5A42C0) is known color: Purple Heart. HEX triplet: 5A, 42 and C0. RGB value is (90,66,192). Sum of RGB (Red+Green+Blue) = 90+66+192=348 (46% of max value = 765). Red value is 90 (35.55% from 255 or 25.86% from 348); Green value is 66 (26.17% from 255 or 18.97% from 348); Blue value is 192 (75.39% from 255 or 55.17% from 348); Max value from RGB is 192 - color contains mainly: blue. Hex color #5A42C0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5A42C0 is #A5BD3F. Grayscale: #575757. Windows color (decimal): -10861888 or 12599898. OLE color: 12599898.

HSL color Cylindrical-coordinate representation of color #5A42C0: hue angle of 251.43º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5A42C0 is Cyan = 0.53, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 90 66 192 -
CMYK 0.53 0.66 0 0.25
HSL 251.43º 0.5% 0.51% -
HSV(B) 251.43º 0.66% 0.75% -
XYZ 15.68 9.88 50.95 -
YUV 87.54 186.95 129.75 -
System Red Green Blue C M Y K H S L
Decimal 90 66 192 0.53 0.66 0 0.25 251.43 0.5 0.51
Hex 5A 42 C0 35 42 0 19 FB 32 33
Octal 132 102 300 65 102 0 31 373 62 63
Binary 1011010 1000010 11000000 110101 1000010 0 11001 11111011 110010 110011

Color Harmonies of #5A42C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A42C0

Black with #5A42C0

Text Example


Text Example

White with #5A42C0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,66,192); }

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

background-color css

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

 a { background-color: rgb(90,66,192); }

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

border-color css

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

 span { border-color: rgb(90,66,192); }

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