Html Css Color HEX #5727CA Purple Heart

📋 copy color: '#5727CA'

red 87 ◦ green 39 ◦ blue 202

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

Shades of Purple Heart #5727CA

Tints of Purple Heart #5727CA

RGB

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

 GREEN value IS 39 (15.63% from 255) = 11.89%

 BLUE value IS 202 (79.3% from 255) = 61.59%

R = 26.52%
G = 11.89%
B = 61.59%

CMYK

 C value IS 0.57

 M value IS 0.81

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#5727CA (or 0x5727CA) is known color: Purple Heart. HEX triplet: 57, 27 and CA. RGB value is (87,39,202). Sum of RGB (Red+Green+Blue) = 87+39+202=328 (43% of max value = 765). Red value is 87 (34.38% from 255 or 26.52% from 328); Green value is 39 (15.62% from 255 or 11.89% from 328); Blue value is 202 (79.30% from 255 or 61.59% from 328); Max value from RGB is 202 - color contains mainly: blue. Hex color #5727CA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5727CA is #A8D835. Grayscale: #474747. Windows color (decimal): -11065398 or 13248343. OLE color: 13248343.

HSL color Cylindrical-coordinate representation of color #5727CA: hue angle of 257.67º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #5727CA is Cyan = 0.57, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 87 39 202 -
CMYK 0.57 0.81 0 0.21
HSL 257.67º 0.68% 0.47% -
HSV(B) 257.67º 0.81% 0.79% -
XYZ 15.32 7.74 56.56 -
YUV 71.93 201.4 138.75 -
System Red Green Blue C M Y K H S L
Decimal 87 39 202 0.57 0.81 0 0.21 257.67 0.68 0.47
Hex 57 27 CA 39 51 0 15 102 44 2F
Octal 127 47 312 71 121 0 25 402 104 57
Binary 1010111 100111 11001010 111001 1010001 0 10101 100000010 1000100 101111

Color Harmonies of #5727CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5727CA

Black with #5727CA

Text Example


Text Example

White with #5727CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5727CA; }

 p { color: rgb(87,39,202); }

 H1.HeaderClassName
 {
   color: #5727CA;
 }
 .AnyTagClassName
 {
   color: #5727CA;
 }
</style>

background-color css

<style>
 a { background-color: #5727CA; }

 a { background-color: rgb(87,39,202); }

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

border-color css

<style>
 span { border-color: #5727CA; }

 span { border-color: rgb(87,39,202); }

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