Html Css Color HEX #5712CB Purple Heart

📋 copy color: '#5712CB'

red 87 ◦ green 18 ◦ blue 203

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

Shades of Purple Heart #5712CB

Tints of Purple Heart #5712CB

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.84%

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

R = 28.25%
G = 5.84%
B = 65.91%

CMYK

 C value IS 0.57

 M value IS 0.91

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#5712CB (or 0x5712CB) is known color: Purple Heart. HEX triplet: 57, 12 and CB. RGB value is (87,18,203). Sum of RGB (Red+Green+Blue) = 87+18+203=308 (40% of max value = 765). Red value is 87 (34.38% from 255 or 28.25% from 308); Green value is 18 (7.42% from 255 or 5.84% from 308); Blue value is 203 (79.69% from 255 or 65.91% from 308); Max value from RGB is 203 - color contains mainly: blue. Hex color #5712CB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5712CB is #A8ED34. Grayscale: #3B3B3B. Windows color (decimal): -11070773 or 13308503. OLE color: 13308503.

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

Color convert

RGB 87 18 203 -
CMYK 0.57 0.91 0 0.20
HSL 262.38º 0.84% 0.43% -
HSV(B) 262.38º 0.91% 0.8% -
XYZ 14.93 6.77 57.02 -
YUV 59.72 208.86 147.46 -
System Red Green Blue C M Y K H S L
Decimal 87 18 203 0.57 0.91 0 0.20 262.38 0.84 0.43
Hex 57 12 CB 39 5B 0 14 106 54 2B
Octal 127 22 313 71 133 0 24 406 124 53
Binary 1010111 10010 11001011 111001 1011011 0 10100 100000110 1010100 101011

Color Harmonies of #5712CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5712CB

Black with #5712CB

Text Example


Text Example

White with #5712CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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