Html Css Color HEX #5730AB Purple Heart

📋 copy color: '#5730AB'

red 87 ◦ green 48 ◦ blue 171

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

Shades of Purple Heart #5730AB

Tints of Purple Heart #5730AB

RGB

 RED value IS 87 (34.38% from 255) = 28.43%

 GREEN value IS 48 (19.14% from 255) = 15.69%

 BLUE value IS 171 (67.19% from 255) = 55.88%

R = 28.43%
G = 15.69%
B = 55.88%

CMYK

 C value IS 0.49

 M value IS 0.72

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5730AB (or 0x5730AB) is known color: Purple Heart. HEX triplet: 57, 30 and AB. RGB value is (87,48,171). Sum of RGB (Red+Green+Blue) = 87+48+171=306 (40% of max value = 765). Red value is 87 (34.38% from 255 or 28.43% from 306); Green value is 48 (19.14% from 255 or 15.69% from 306); Blue value is 171 (67.19% from 255 or 55.88% from 306); Max value from RGB is 171 - color contains mainly: blue. Hex color #5730AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5730AB is #A8CF54. Grayscale: #494949. Windows color (decimal): -11063125 or 11219031. OLE color: 11219031.

HSL color Cylindrical-coordinate representation of color #5730AB: hue angle of 259.02º degrees, saturation: 0.56, 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 #5730AB is Cyan = 0.49, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 87 48 171 -
CMYK 0.49 0.72 0 0.33
HSL 259.02º 0.56% 0.43% -
HSV(B) 259.02º 0.72% 0.67% -
XYZ 12.34 7.08 39.24 -
YUV 73.68 182.92 137.5 -
System Red Green Blue C M Y K H S L
Decimal 87 48 171 0.49 0.72 0 0.33 259.02 0.56 0.43
Hex 57 30 AB 31 48 0 21 103 38 2B
Octal 127 60 253 61 110 0 41 403 70 53
Binary 1010111 110000 10101011 110001 1001000 0 100001 100000011 111000 101011

Color Harmonies of #5730AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5730AB

Black with #5730AB

Text Example


Text Example

White with #5730AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5730AB; }

 p { color: rgb(87,48,171); }

 H1.HeaderClassName
 {
   color: #5730AB;
 }
 .AnyTagClassName
 {
   color: #5730AB;
 }
</style>

background-color css

<style>
 a { background-color: #5730AB; }

 a { background-color: rgb(87,48,171); }

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

border-color css

<style>
 span { border-color: #5730AB; }

 span { border-color: rgb(87,48,171); }

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