Html Css Color HEX #5B1DCC Purple Heart

📋 copy color: '#5B1DCC'

red 91 ◦ green 29 ◦ blue 204

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

Shades of Purple Heart #5B1DCC

Tints of Purple Heart #5B1DCC

RGB

 RED value IS 91 (35.94% from 255) = 28.09%

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

 BLUE value IS 204 (80.08% from 255) = 62.96%

R = 28.09%
G = 8.95%
B = 62.96%

CMYK

 C value IS 0.55

 M value IS 0.86

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#5B1DCC (or 0x5B1DCC) is known color: Purple Heart. HEX triplet: 5B, 1D and CC. RGB value is (91,29,204). Sum of RGB (Red+Green+Blue) = 91+29+204=324 (42% of max value = 765). Red value is 91 (35.94% from 255 or 28.09% from 324); Green value is 29 (11.72% from 255 or 8.95% from 324); Blue value is 204 (80.08% from 255 or 62.96% from 324); Max value from RGB is 204 - color contains mainly: blue. Hex color #5B1DCC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5B1DCC is #A4E233. Grayscale: #424242. Windows color (decimal): -10805812 or 13376859. OLE color: 13376859.

HSL color Cylindrical-coordinate representation of color #5B1DCC: hue angle of 261.26º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #5B1DCC is Cyan = 0.55, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 91 29 204 -
CMYK 0.55 0.86 0 0.2
HSL 261.26º 0.75% 0.46% -
HSV(B) 261.26º 0.86% 0.8% -
XYZ 15.65 7.46 57.74 -
YUV 67.49 205.04 144.77 -
System Red Green Blue C M Y K H S L
Decimal 91 29 204 0.55 0.86 0 0.2 261.26 0.75 0.46
Hex 5B 1D CC 37 56 0 14 105 4B 2E
Octal 133 35 314 67 126 0 24 405 113 56
Binary 1011011 11101 11001100 110111 1010110 0 10100 100000101 1001011 101110

Color Harmonies of #5B1DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B1DCC

Black with #5B1DCC

Text Example


Text Example

White with #5B1DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,29,204); }

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

background-color css

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

 a { background-color: rgb(91,29,204); }

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

border-color css

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

 span { border-color: rgb(91,29,204); }

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