Html Css Color HEX #5C0FBC Purple Heart

📋 copy color: '#5C0FBC'

red 92 ◦ green 15 ◦ blue 188

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

Shades of Purple Heart #5C0FBC

Tints of Purple Heart #5C0FBC

RGB

 RED value IS 92 (36.33% from 255) = 31.19%

 GREEN value IS 15 (6.25% from 255) = 5.08%

 BLUE value IS 188 (73.83% from 255) = 63.73%

R = 31.19%
G = 5.08%
B = 63.73%

CMYK

 C value IS 0.51

 M value IS 0.92

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#5C0FBC (or 0x5C0FBC) is known color: Purple Heart. HEX triplet: 5C, 0F and BC. RGB value is (92,15,188). Sum of RGB (Red+Green+Blue) = 92+15+188=295 (39% of max value = 765). Red value is 92 (36.33% from 255 or 31.19% from 295); Green value is 15 (6.25% from 255 or 5.08% from 295); Blue value is 188 (73.83% from 255 or 63.73% from 295); Max value from RGB is 188 - color contains mainly: blue. Hex color #5C0FBC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5C0FBC is #A3F043. Grayscale: #393939. Windows color (decimal): -10743876 or 12324700. OLE color: 12324700.

HSL color Cylindrical-coordinate representation of color #5C0FBC: hue angle of 266.71º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #5C0FBC is Cyan = 0.51, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 92 15 188 -
CMYK 0.51 0.92 0 0.26
HSL 266.71º 0.85% 0.4% -
HSV(B) 266.71º 0.92% 0.74% -
XYZ 13.66 6.25 48.06 -
YUV 57.75 201.51 152.43 -
System Red Green Blue C M Y K H S L
Decimal 92 15 188 0.51 0.92 0 0.26 266.71 0.85 0.4
Hex 5C F BC 33 5C 0 1A 10B 55 28
Octal 134 17 274 63 134 0 32 413 125 50
Binary 1011100 1111 10111100 110011 1011100 0 11010 100001011 1010101 101000

Color Harmonies of #5C0FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C0FBC

Black with #5C0FBC

Text Example


Text Example

White with #5C0FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5C0FBC; }

 p { color: rgb(92,15,188); }

 H1.HeaderClassName
 {
   color: #5C0FBC;
 }
 .AnyTagClassName
 {
   color: #5C0FBC;
 }
</style>

background-color css

<style>
 a { background-color: #5C0FBC; }

 a { background-color: rgb(92,15,188); }

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

border-color css

<style>
 span { border-color: #5C0FBC; }

 span { border-color: rgb(92,15,188); }

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