Html Css Color HEX #5C2DBC Purple Heart

📋 copy color: '#5C2DBC'

red 92 ◦ green 45 ◦ blue 188

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

Shades of Purple Heart #5C2DBC

Tints of Purple Heart #5C2DBC

RGB

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

 GREEN value IS 45 (17.97% from 255) = 13.85%

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

R = 28.31%
G = 13.85%
B = 57.85%

CMYK

 C value IS 0.51

 M value IS 0.76

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#5C2DBC (or 0x5C2DBC) is known color: Purple Heart. HEX triplet: 5C, 2D and BC. RGB value is (92,45,188). Sum of RGB (Red+Green+Blue) = 92+45+188=325 (43% of max value = 765). Red value is 92 (36.33% from 255 or 28.31% from 325); Green value is 45 (17.97% from 255 or 13.85% from 325); Blue value is 188 (73.83% from 255 or 57.85% from 325); Max value from RGB is 188 - color contains mainly: blue. Hex color #5C2DBC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5C2DBC is #A3D243. Grayscale: #4A4A4A. Windows color (decimal): -10736196 or 12332380. OLE color: 12332380.

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

Color convert

RGB 92 45 188 -
CMYK 0.51 0.76 0 0.26
HSL 259.72º 0.61% 0.46% -
HSV(B) 259.72º 0.76% 0.74% -
XYZ 14.43 7.78 48.32 -
YUV 75.36 191.57 139.87 -
System Red Green Blue C M Y K H S L
Decimal 92 45 188 0.51 0.76 0 0.26 259.72 0.61 0.46
Hex 5C 2D BC 33 4C 0 1A 104 3D 2E
Octal 134 55 274 63 114 0 32 404 75 56
Binary 1011100 101101 10111100 110011 1001100 0 11010 100000100 111101 101110

Color Harmonies of #5C2DBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C2DBC

Black with #5C2DBC

Text Example


Text Example

White with #5C2DBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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