Html Css Color HEX #5C1DB4 Purple Heart

📋 copy color: '#5C1DB4'

red 92 ◦ green 29 ◦ blue 180

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

Shades of Purple Heart #5C1DB4

Tints of Purple Heart #5C1DB4

RGB

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

 GREEN value IS 29 (11.72% from 255) = 9.63%

 BLUE value IS 180 (70.7% from 255) = 59.8%

R = 30.56%
G = 9.63%
B = 59.8%

CMYK

 C value IS 0.49

 M value IS 0.84

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#5C1DB4 (or 0x5C1DB4) is known color: Purple Heart. HEX triplet: 5C, 1D and B4. RGB value is (92,29,180). Sum of RGB (Red+Green+Blue) = 92+29+180=301 (39% of max value = 765). Red value is 92 (36.33% from 255 or 30.56% from 301); Green value is 29 (11.72% from 255 or 9.63% from 301); Blue value is 180 (70.70% from 255 or 59.80% from 301); Max value from RGB is 180 - color contains mainly: blue. Hex color #5C1DB4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5C1DB4 is #A3E24B. Grayscale: #404040. Windows color (decimal): -10740300 or 11803996. OLE color: 11803996.

HSL color Cylindrical-coordinate representation of color #5C1DB4: hue angle of 265.03º degrees, saturation: 0.72, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #5C1DB4 is Cyan = 0.49, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 92 29 180 -
CMYK 0.49 0.84 0 0.29
HSL 265.03º 0.72% 0.41% -
HSV(B) 265.03º 0.84% 0.71% -
XYZ 13.09 6.45 43.73 -
YUV 65.05 192.87 147.22 -
System Red Green Blue C M Y K H S L
Decimal 92 29 180 0.49 0.84 0 0.29 265.03 0.72 0.41
Hex 5C 1D B4 31 54 0 1D 109 48 29
Octal 134 35 264 61 124 0 35 411 110 51
Binary 1011100 11101 10110100 110001 1010100 0 11101 100001001 1001000 101001

Color Harmonies of #5C1DB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C1DB4

Black with #5C1DB4

Text Example


Text Example

White with #5C1DB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,29,180); }

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

background-color css

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

 a { background-color: rgb(92,29,180); }

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

border-color css

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

 span { border-color: rgb(92,29,180); }

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