Html Css Color HEX #5A2FAA Purple Heart

📋 copy color: '#5A2FAA'

red 90 ◦ green 47 ◦ blue 170

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

Shades of Purple Heart #5A2FAA

Tints of Purple Heart #5A2FAA

RGB

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

 GREEN value IS 47 (18.75% from 255) = 15.31%

 BLUE value IS 170 (66.8% from 255) = 55.37%

R = 29.32%
G = 15.31%
B = 55.37%

CMYK

 C value IS 0.47

 M value IS 0.72

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5A2FAA (or 0x5A2FAA) is known color: Purple Heart. HEX triplet: 5A, 2F and AA. RGB value is (90,47,170). Sum of RGB (Red+Green+Blue) = 90+47+170=307 (40% of max value = 765). Red value is 90 (35.55% from 255 or 29.32% from 307); Green value is 47 (18.75% from 255 or 15.31% from 307); Blue value is 170 (66.80% from 255 or 55.37% from 307); Max value from RGB is 170 - color contains mainly: blue. Hex color #5A2FAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5A2FAA is #A5D055. Grayscale: #494949. Windows color (decimal): -10866774 or 11153242. OLE color: 11153242.

HSL color Cylindrical-coordinate representation of color #5A2FAA: hue angle of 260.98º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #5A2FAA is Cyan = 0.47, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 90 47 170 -
CMYK 0.47 0.72 0 0.33
HSL 260.98º 0.57% 0.43% -
HSV(B) 260.98º 0.72% 0.67% -
XYZ 12.49 7.11 38.74 -
YUV 73.88 182.25 139.5 -
System Red Green Blue C M Y K H S L
Decimal 90 47 170 0.47 0.72 0 0.33 260.98 0.57 0.43
Hex 5A 2F AA 2F 48 0 21 105 39 2B
Octal 132 57 252 57 110 0 41 405 71 53
Binary 1011010 101111 10101010 101111 1001000 0 100001 100000101 111001 101011

Color Harmonies of #5A2FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A2FAA

Black with #5A2FAA

Text Example


Text Example

White with #5A2FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,47,170); }

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

background-color css

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

 a { background-color: rgb(90,47,170); }

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

border-color css

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

 span { border-color: rgb(90,47,170); }

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