Html Css Color HEX #5730BA Purple Heart

📋 copy color: '#5730BA'

red 87 ◦ green 48 ◦ blue 186

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

Shades of Purple Heart #5730BA

Tints of Purple Heart #5730BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 57.94%

R = 27.1%
G = 14.95%
B = 57.94%

CMYK

 C value IS 0.53

 M value IS 0.74

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#5730BA (or 0x5730BA) is known color: Purple Heart. HEX triplet: 57, 30 and BA. RGB value is (87,48,186). Sum of RGB (Red+Green+Blue) = 87+48+186=321 (42% of max value = 765). Red value is 87 (34.38% from 255 or 27.10% from 321); Green value is 48 (19.14% from 255 or 14.95% from 321); Blue value is 186 (73.05% from 255 or 57.94% from 321); Max value from RGB is 186 - color contains mainly: blue. Hex color #5730BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5730BA is #A8CF45. Grayscale: #4A4A4A. Windows color (decimal): -11063110 or 12202071. OLE color: 12202071.

HSL color Cylindrical-coordinate representation of color #5730BA: hue angle of 256.96º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #5730BA is Cyan = 0.53, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 87 48 186 -
CMYK 0.53 0.74 0 0.27
HSL 256.96º 0.59% 0.46% -
HSV(B) 256.96º 0.74% 0.73% -
XYZ 13.85 7.69 47.21 -
YUV 75.39 190.42 136.28 -
System Red Green Blue C M Y K H S L
Decimal 87 48 186 0.53 0.74 0 0.27 256.96 0.59 0.46
Hex 57 30 BA 35 4A 0 1B 101 3B 2E
Octal 127 60 272 65 112 0 33 401 73 56
Binary 1010111 110000 10111010 110101 1001010 0 11011 100000001 111011 101110

Color Harmonies of #5730BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5730BA

Black with #5730BA

Text Example


Text Example

White with #5730BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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