Html Css Color HEX #5D3FB7 Purple Heart

📋 copy color: '#5D3FB7'

red 93 ◦ green 63 ◦ blue 183

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

Shades of Purple Heart #5D3FB7

Tints of Purple Heart #5D3FB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 53.98%

R = 27.43%
G = 18.58%
B = 53.98%

CMYK

 C value IS 0.49

 M value IS 0.66

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#5D3FB7 (or 0x5D3FB7) is known color: Purple Heart. HEX triplet: 5D, 3F and B7. RGB value is (93,63,183). Sum of RGB (Red+Green+Blue) = 93+63+183=339 (44% of max value = 765). Red value is 93 (36.72% from 255 or 27.43% from 339); Green value is 63 (25% from 255 or 18.58% from 339); Blue value is 183 (71.88% from 255 or 53.98% from 339); Max value from RGB is 183 - color contains mainly: blue. Hex color #5D3FB7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5D3FB7 is #A2C048. Grayscale: #555555. Windows color (decimal): -10666057 or 12009309. OLE color: 12009309.

HSL color Cylindrical-coordinate representation of color #5D3FB7: hue angle of 255º degrees, saturation: 0.49, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5D3FB7 is Cyan = 0.49, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 93 63 183 -
CMYK 0.49 0.66 0 0.28
HSL 255º 0.49% 0.48% -
HSV(B) 255º 0.66% 0.72% -
XYZ 14.84 9.3 45.81 -
YUV 85.65 182.94 133.24 -
System Red Green Blue C M Y K H S L
Decimal 93 63 183 0.49 0.66 0 0.28 255 0.49 0.48
Hex 5D 3F B7 31 42 0 1C FF 31 30
Octal 135 77 267 61 102 0 34 377 61 60
Binary 1011101 111111 10110111 110001 1000010 0 11100 11111111 110001 110000

Color Harmonies of #5D3FB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D3FB7

Black with #5D3FB7

Text Example


Text Example

White with #5D3FB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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