Html Css Color HEX #5D3FCF Purple Heart

📋 copy color: '#5D3FCF'

red 93 ◦ green 63 ◦ blue 207

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

Shades of Purple Heart #5D3FCF

Tints of Purple Heart #5D3FCF

RGB

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

 GREEN value IS 63 (25% from 255) = 17.36%

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

R = 25.62%
G = 17.36%
B = 57.02%

CMYK

 C value IS 0.55

 M value IS 0.70

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5D3FCF (or 0x5D3FCF) is known color: Purple Heart. HEX triplet: 5D, 3F and CF. RGB value is (93,63,207). Sum of RGB (Red+Green+Blue) = 93+63+207=363 (48% of max value = 765). Red value is 93 (36.72% from 255 or 25.62% from 363); Green value is 63 (25% from 255 or 17.36% from 363); Blue value is 207 (81.25% from 255 or 57.02% from 363); Max value from RGB is 207 - color contains mainly: blue. Hex color #5D3FCF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5D3FCF is #A2C030. Grayscale: #575757. Windows color (decimal): -10666033 or 13582173. OLE color: 13582173.

HSL color Cylindrical-coordinate representation of color #5D3FCF: hue angle of 252.5º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #5D3FCF is Cyan = 0.55, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 93 63 207 -
CMYK 0.55 0.70 0 0.19
HSL 252.5º 0.6% 0.53% -
HSV(B) 252.5º 0.7% 0.81% -
XYZ 17.55 10.39 60.11 -
YUV 88.39 194.94 131.29 -
System Red Green Blue C M Y K H S L
Decimal 93 63 207 0.55 0.70 0 0.19 252.5 0.6 0.53
Hex 5D 3F CF 37 46 0 13 FD 3C 35
Octal 135 77 317 67 106 0 23 375 74 65
Binary 1011101 111111 11001111 110111 1000110 0 10011 11111101 111100 110101

Color Harmonies of #5D3FCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D3FCF

Black with #5D3FCF

Text Example


Text Example

White with #5D3FCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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