Html Css Color HEX #5D14CD Purple Heart

📋 copy color: '#5D14CD'

red 93 ◦ green 20 ◦ blue 205

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

Shades of Purple Heart #5D14CD

Tints of Purple Heart #5D14CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 64.47%

R = 29.25%
G = 6.29%
B = 64.47%

CMYK

 C value IS 0.55

 M value IS 0.90

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#5D14CD (or 0x5D14CD) is known color: Purple Heart. HEX triplet: 5D, 14 and CD. RGB value is (93,20,205). Sum of RGB (Red+Green+Blue) = 93+20+205=318 (42% of max value = 765). Red value is 93 (36.72% from 255 or 29.25% from 318); Green value is 20 (8.20% from 255 or 6.29% from 318); Blue value is 205 (80.47% from 255 or 64.47% from 318); Max value from RGB is 205 - color contains mainly: blue. Hex color #5D14CD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5D14CD is #A2EB32. Grayscale: #3E3E3E. Windows color (decimal): -10677043 or 13440093. OLE color: 13440093.

HSL color Cylindrical-coordinate representation of color #5D14CD: hue angle of 263.68º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5D14CD is Cyan = 0.55, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 93 20 205 -
CMYK 0.55 0.90 0 0.20
HSL 263.68º 0.82% 0.44% -
HSV(B) 263.68º 0.9% 0.8% -
XYZ 15.78 7.24 58.32 -
YUV 62.92 208.18 149.46 -
System Red Green Blue C M Y K H S L
Decimal 93 20 205 0.55 0.90 0 0.20 263.68 0.82 0.44
Hex 5D 14 CD 37 5A 0 14 108 52 2C
Octal 135 24 315 67 132 0 24 410 122 54
Binary 1011101 10100 11001101 110111 1011010 0 10100 100001000 1010010 101100

Color Harmonies of #5D14CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D14CD

Black with #5D14CD

Text Example


Text Example

White with #5D14CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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