Html Css Color HEX #5D1ECF Purple Heart

📋 copy color: '#5D1ECF'

red 93 ◦ green 30 ◦ blue 207

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

Shades of Purple Heart #5D1ECF

Tints of Purple Heart #5D1ECF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 62.73%

R = 28.18%
G = 9.09%
B = 62.73%

CMYK

 C value IS 0.55

 M value IS 0.86

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5D1ECF (or 0x5D1ECF) is known color: Purple Heart. HEX triplet: 5D, 1E and CF. RGB value is (93,30,207). Sum of RGB (Red+Green+Blue) = 93+30+207=330 (43% of max value = 765). Red value is 93 (36.72% from 255 or 28.18% from 330); Green value is 30 (12.11% from 255 or 9.09% from 330); Blue value is 207 (81.25% from 255 or 62.73% from 330); Max value from RGB is 207 - color contains mainly: blue. Hex color #5D1ECF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5D1ECF is #A2E130. Grayscale: #444444. Windows color (decimal): -10674481 or 13573725. OLE color: 13573725.

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

Color convert

RGB 93 30 207 -
CMYK 0.55 0.86 0 0.19
HSL 261.36º 0.75% 0.46% -
HSV(B) 261.36º 0.86% 0.81% -
XYZ 16.24 7.76 59.67 -
YUV 69.02 205.87 145.11 -
System Red Green Blue C M Y K H S L
Decimal 93 30 207 0.55 0.86 0 0.19 261.36 0.75 0.46
Hex 5D 1E CF 37 56 0 13 105 4B 2E
Octal 135 36 317 67 126 0 23 405 113 56
Binary 1011101 11110 11001111 110111 1010110 0 10011 100000101 1001011 101110

Color Harmonies of #5D1ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D1ECF

Black with #5D1ECF

Text Example


Text Example

White with #5D1ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,30,207); }

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

background-color css

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

 a { background-color: rgb(93,30,207); }

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

border-color css

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

 span { border-color: rgb(93,30,207); }

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