Html Css Color HEX #5D0FB4 Purple Heart

📋 copy color: '#5D0FB4'

red 93 ◦ green 15 ◦ blue 180

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

Shades of Purple Heart #5D0FB4

Tints of Purple Heart #5D0FB4

RGB

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

 GREEN value IS 15 (6.25% from 255) = 5.21%

 BLUE value IS 180 (70.7% from 255) = 62.5%

R = 32.29%
G = 5.21%
B = 62.5%

CMYK

 C value IS 0.48

 M value IS 0.92

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#5D0FB4 (or 0x5D0FB4) is known color: Purple Heart. HEX triplet: 5D, 0F and B4. RGB value is (93,15,180). Sum of RGB (Red+Green+Blue) = 93+15+180=288 (38% of max value = 765). Red value is 93 (36.72% from 255 or 32.29% from 288); Green value is 15 (6.25% from 255 or 5.21% from 288); Blue value is 180 (70.70% from 255 or 62.5% from 288); Max value from RGB is 180 - color contains mainly: blue. Hex color #5D0FB4 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5D0FB4 is #A2F04B. Grayscale: #383838. Windows color (decimal): -10678348 or 11800413. OLE color: 11800413.

HSL color Cylindrical-coordinate representation of color #5D0FB4: hue angle of 268.36º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #5D0FB4 is Cyan = 0.48, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 93 15 180 -
CMYK 0.48 0.92 0 0.29
HSL 268.36º 0.85% 0.38% -
HSV(B) 268.36º 0.92% 0.71% -
XYZ 12.92 5.96 43.65 -
YUV 57.13 197.34 153.58 -
System Red Green Blue C M Y K H S L
Decimal 93 15 180 0.48 0.92 0 0.29 268.36 0.85 0.38
Hex 5D F B4 30 5C 0 1D 10C 55 26
Octal 135 17 264 60 134 0 35 414 125 46
Binary 1011101 1111 10110100 110000 1011100 0 11101 100001100 1010101 100110

Color Harmonies of #5D0FB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D0FB4

Black with #5D0FB4

Text Example


Text Example

White with #5D0FB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,15,180); }

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

background-color css

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

 a { background-color: rgb(93,15,180); }

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

border-color css

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

 span { border-color: rgb(93,15,180); }

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