Html Css Color HEX #5D0DCF Purple Heart

📋 copy color: '#5D0DCF'

red 93 ◦ green 13 ◦ blue 207

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

Shades of Purple Heart #5D0DCF

Tints of Purple Heart #5D0DCF

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.15%

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

R = 29.71%
G = 4.15%
B = 66.13%

CMYK

 C value IS 0.55

 M value IS 0.94

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5D0DCF (or 0x5D0DCF) is known color: Purple Heart. HEX triplet: 5D, 0D and CF. RGB value is (93,13,207). Sum of RGB (Red+Green+Blue) = 93+13+207=313 (41% of max value = 765). Red value is 93 (36.72% from 255 or 29.71% from 313); Green value is 13 (5.47% from 255 or 4.15% from 313); Blue value is 207 (81.25% from 255 or 66.13% from 313); Max value from RGB is 207 - color contains mainly: blue. Hex color #5D0DCF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5D0DCF is #A2F230. Grayscale: #3A3A3A. Windows color (decimal): -10678833 or 13569373. OLE color: 13569373.

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

Color convert

RGB 93 13 207 -
CMYK 0.55 0.94 0 0.19
HSL 264.74º 0.88% 0.43% -
HSV(B) 264.74º 0.94% 0.81% -
XYZ 15.92 7.12 59.57 -
YUV 59.04 211.5 152.23 -
System Red Green Blue C M Y K H S L
Decimal 93 13 207 0.55 0.94 0 0.19 264.74 0.88 0.43
Hex 5D D CF 37 5E 0 13 109 58 2B
Octal 135 15 317 67 136 0 23 411 130 53
Binary 1011101 1101 11001111 110111 1011110 0 10011 100001001 1011000 101011

Color Harmonies of #5D0DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D0DCF

Black with #5D0DCF

Text Example


Text Example

White with #5D0DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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