Html Css Color HEX #5708CB Purple Heart

📋 copy color: '#5708CB'

red 87 ◦ green 8 ◦ blue 203

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

Shades of Purple Heart #5708CB

Tints of Purple Heart #5708CB

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.68%

 BLUE value IS 203 (79.69% from 255) = 68.12%

R = 29.19%
G = 2.68%
B = 68.12%

CMYK

 C value IS 0.57

 M value IS 0.96

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#5708CB (or 0x5708CB) is known color: Purple Heart. HEX triplet: 57, 08 and CB. RGB value is (87,8,203). Sum of RGB (Red+Green+Blue) = 87+8+203=298 (39% of max value = 765). Red value is 87 (34.38% from 255 or 29.19% from 298); Green value is 8 (3.52% from 255 or 2.68% from 298); Blue value is 203 (79.69% from 255 or 68.12% from 298); Max value from RGB is 203 - color contains mainly: blue. Hex color #5708CB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5708CB is #A8F734. Grayscale: #353535. Windows color (decimal): -11073333 or 13305943. OLE color: 13305943.

HSL color Cylindrical-coordinate representation of color #5708CB: hue angle of 264.31º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5708CB is Cyan = 0.57, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 87 8 203 -
CMYK 0.57 0.96 0 0.20
HSL 264.31º 0.92% 0.41% -
HSV(B) 264.31º 0.96% 0.8% -
XYZ 14.8 6.51 56.98 -
YUV 53.85 212.17 151.64 -
System Red Green Blue C M Y K H S L
Decimal 87 8 203 0.57 0.96 0 0.20 264.31 0.92 0.41
Hex 57 8 CB 39 60 0 14 108 5C 29
Octal 127 10 313 71 140 0 24 410 134 51
Binary 1010111 1000 11001011 111001 1100000 0 10100 100001000 1011100 101001

Color Harmonies of #5708CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5708CB

Black with #5708CB

Text Example


Text Example

White with #5708CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5708CB; }

 p { color: rgb(87,8,203); }

 H1.HeaderClassName
 {
   color: #5708CB;
 }
 .AnyTagClassName
 {
   color: #5708CB;
 }
</style>

background-color css

<style>
 a { background-color: #5708CB; }

 a { background-color: rgb(87,8,203); }

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

border-color css

<style>
 span { border-color: #5708CB; }

 span { border-color: rgb(87,8,203); }

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