Html Css Color HEX #5D14B6 Purple Heart

📋 copy color: '#5D14B6'

red 93 ◦ green 20 ◦ blue 182

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

Shades of Purple Heart #5D14B6

Tints of Purple Heart #5D14B6

RGB

 RED value IS 93 (36.72% from 255) = 31.53%

 GREEN value IS 20 (8.2% from 255) = 6.78%

 BLUE value IS 182 (71.48% from 255) = 61.69%

R = 31.53%
G = 6.78%
B = 61.69%

CMYK

 C value IS 0.49

 M value IS 0.89

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#5D14B6 (or 0x5D14B6) is known color: Purple Heart. HEX triplet: 5D, 14 and B6. RGB value is (93,20,182). Sum of RGB (Red+Green+Blue) = 93+20+182=295 (39% of max value = 765). Red value is 93 (36.72% from 255 or 31.53% from 295); Green value is 20 (8.20% from 255 or 6.78% from 295); Blue value is 182 (71.48% from 255 or 61.69% from 295); Max value from RGB is 182 - color contains mainly: blue. Hex color #5D14B6 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5D14B6 is #A2EB49. Grayscale: #3B3B3B. Windows color (decimal): -10677066 or 11932765. OLE color: 11932765.

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

Color convert

RGB 93 20 182 -
CMYK 0.49 0.89 0 0.29
HSL 267.04º 0.8% 0.4% -
HSV(B) 267.04º 0.89% 0.71% -
XYZ 13.21 6.2 44.76 -
YUV 60.3 196.68 151.33 -
System Red Green Blue C M Y K H S L
Decimal 93 20 182 0.49 0.89 0 0.29 267.04 0.8 0.4
Hex 5D 14 B6 31 59 0 1D 10B 50 28
Octal 135 24 266 61 131 0 35 413 120 50
Binary 1011101 10100 10110110 110001 1011001 0 11101 100001011 1010000 101000

Color Harmonies of #5D14B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D14B6

Black with #5D14B6

Text Example


Text Example

White with #5D14B6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,20,182); }

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

background-color css

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

 a { background-color: rgb(93,20,182); }

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

border-color css

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

 span { border-color: rgb(93,20,182); }

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