Html Css Color HEX #5704CE Purple Heart

📋 copy color: '#5704CE'

red 87 ◦ green 4 ◦ blue 206

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

Shades of Purple Heart #5704CE

Tints of Purple Heart #5704CE

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.35%

 BLUE value IS 206 (80.86% from 255) = 69.36%

R = 29.29%
G = 1.35%
B = 69.36%

CMYK

 C value IS 0.58

 M value IS 0.98

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5704CE (or 0x5704CE) is known color: Purple Heart. HEX triplet: 57, 04 and CE. RGB value is (87,4,206). Sum of RGB (Red+Green+Blue) = 87+4+206=297 (39% of max value = 765). Red value is 87 (34.38% from 255 or 29.29% from 297); Green value is 4 (1.95% from 255 or 1.35% from 297); Blue value is 206 (80.86% from 255 or 69.36% from 297); Max value from RGB is 206 - color contains mainly: blue. Hex color #5704CE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5704CE is #A8FB31. Grayscale: #333333. Windows color (decimal): -11074354 or 13501527. OLE color: 13501527.

HSL color Cylindrical-coordinate representation of color #5704CE: hue angle of 264.65º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5704CE is Cyan = 0.58, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 87 4 206 -
CMYK 0.58 0.98 0 0.19
HSL 264.65º 0.96% 0.41% -
HSV(B) 264.65º 0.98% 0.81% -
XYZ 15.11 6.57 58.86 -
YUV 51.85 215 153.07 -
System Red Green Blue C M Y K H S L
Decimal 87 4 206 0.58 0.98 0 0.19 264.65 0.96 0.41
Hex 57 4 CE 3A 62 0 13 109 60 29
Octal 127 4 316 72 142 0 23 411 140 51
Binary 1010111 100 11001110 111010 1100010 0 10011 100001001 1100000 101001

Color Harmonies of #5704CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5704CE

Black with #5704CE

Text Example


Text Example

White with #5704CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5704CE; }

 p { color: rgb(87,4,206); }

 H1.HeaderClassName
 {
   color: #5704CE;
 }
 .AnyTagClassName
 {
   color: #5704CE;
 }
</style>

background-color css

<style>
 a { background-color: #5704CE; }

 a { background-color: rgb(87,4,206); }

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

border-color css

<style>
 span { border-color: #5704CE; }

 span { border-color: rgb(87,4,206); }

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