Html Css Color HEX #5C1EB9 Purple Heart

📋 copy color: '#5C1EB9'

red 92 ◦ green 30 ◦ blue 185

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

Shades of Purple Heart #5C1EB9

Tints of Purple Heart #5C1EB9

RGB

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

 GREEN value IS 30 (12.11% from 255) = 9.77%

 BLUE value IS 185 (72.66% from 255) = 60.26%

R = 29.97%
G = 9.77%
B = 60.26%

CMYK

 C value IS 0.50

 M value IS 0.84

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#5C1EB9 (or 0x5C1EB9) is known color: Purple Heart. HEX triplet: 5C, 1E and B9. RGB value is (92,30,185). Sum of RGB (Red+Green+Blue) = 92+30+185=307 (40% of max value = 765). Red value is 92 (36.33% from 255 or 29.97% from 307); Green value is 30 (12.11% from 255 or 9.77% from 307); Blue value is 185 (72.66% from 255 or 60.26% from 307); Max value from RGB is 185 - color contains mainly: blue. Hex color #5C1EB9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5C1EB9 is #A3E146. Grayscale: #414141. Windows color (decimal): -10740039 or 12131932. OLE color: 12131932.

HSL color Cylindrical-coordinate representation of color #5C1EB9: hue angle of 264º degrees, saturation: 0.72, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #5C1EB9 is Cyan = 0.50, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 92 30 185 -
CMYK 0.50 0.84 0 0.27
HSL 264º 0.72% 0.42% -
HSV(B) 264º 0.84% 0.73% -
XYZ 13.63 6.71 46.47 -
YUV 66.21 195.04 146.4 -
System Red Green Blue C M Y K H S L
Decimal 92 30 185 0.50 0.84 0 0.27 264 0.72 0.42
Hex 5C 1E B9 32 54 0 1B 108 48 2A
Octal 134 36 271 62 124 0 33 410 110 52
Binary 1011100 11110 10111001 110010 1010100 0 11011 100001000 1001000 101010

Color Harmonies of #5C1EB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C1EB9

Black with #5C1EB9

Text Example


Text Example

White with #5C1EB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,30,185); }

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

background-color css

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

 a { background-color: rgb(92,30,185); }

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

border-color css

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

 span { border-color: rgb(92,30,185); }

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