Html Css Color HEX #5702CE Purple Heart

📋 copy color: '#5702CE'

red 87 ◦ green 2 ◦ blue 206

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

Shades of Purple Heart #5702CE

Tints of Purple Heart #5702CE

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.68%

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

R = 29.49%
G = 0.68%
B = 69.83%

CMYK

 C value IS 0.58

 M value IS 0.99

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5702CE (or 0x5702CE) is known color: Purple Heart. HEX triplet: 57, 02 and CE. RGB value is (87,2,206). Sum of RGB (Red+Green+Blue) = 87+2+206=295 (39% of max value = 765). Red value is 87 (34.38% from 255 or 29.49% from 295); Green value is 2 (1.17% from 255 or 0.68% from 295); Blue value is 206 (80.86% from 255 or 69.83% from 295); Max value from RGB is 206 - color contains mainly: blue. Hex color #5702CE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5702CE is #A8FD31. Grayscale: #313131. Windows color (decimal): -11074866 or 13501015. OLE color: 13501015.

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

Color convert

RGB 87 2 206 -
CMYK 0.58 0.99 0 0.19
HSL 265º 0.98% 0.41% -
HSV(B) 265º 0.99% 0.81% -
XYZ 15.09 6.53 58.86 -
YUV 50.67 215.66 153.91 -
System Red Green Blue C M Y K H S L
Decimal 87 2 206 0.58 0.99 0 0.19 265 0.98 0.41
Hex 57 2 CE 3A 63 0 13 109 62 29
Octal 127 2 316 72 143 0 23 411 142 51
Binary 1010111 10 11001110 111010 1100011 0 10011 100001001 1100010 101001

Color Harmonies of #5702CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5702CE

Black with #5702CE

Text Example


Text Example

White with #5702CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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