Html Css Color HEX #5730D9 Purple Heart

📋 copy color: '#5730D9'

red 87 ◦ green 48 ◦ blue 217

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

Shades of Purple Heart #5730D9

Tints of Purple Heart #5730D9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 61.65%

R = 24.72%
G = 13.64%
B = 61.65%

CMYK

 C value IS 0.60

 M value IS 0.78

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#5730D9 (or 0x5730D9) is known color: Purple Heart. HEX triplet: 57, 30 and D9. RGB value is (87,48,217). Sum of RGB (Red+Green+Blue) = 87+48+217=352 (46% of max value = 765). Red value is 87 (34.38% from 255 or 24.72% from 352); Green value is 48 (19.14% from 255 or 13.64% from 352); Blue value is 217 (85.16% from 255 or 61.65% from 352); Max value from RGB is 217 - color contains mainly: blue. Hex color #5730D9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5730D9 is #A8CF26. Grayscale: #4E4E4E. Windows color (decimal): -11063079 or 14233687. OLE color: 14233687.

HSL color Cylindrical-coordinate representation of color #5730D9: hue angle of 253.85º degrees, saturation: 0.69, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #5730D9 is Cyan = 0.60, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 87 48 217 -
CMYK 0.60 0.78 0 0.15
HSL 253.85º 0.69% 0.52% -
HSV(B) 253.85º 0.78% 0.85% -
XYZ 17.51 9.15 66.49 -
YUV 78.93 205.92 133.76 -
System Red Green Blue C M Y K H S L
Decimal 87 48 217 0.60 0.78 0 0.15 253.85 0.69 0.52
Hex 57 30 D9 3C 4E 0 F FE 45 34
Octal 127 60 331 74 116 0 17 376 105 64
Binary 1010111 110000 11011001 111100 1001110 0 1111 11111110 1000101 110100

Color Harmonies of #5730D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5730D9

Black with #5730D9

Text Example


Text Example

White with #5730D9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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