Html Css Color HEX #5D1ABF Purple Heart

📋 copy color: '#5D1ABF'

red 93 ◦ green 26 ◦ blue 191

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

Shades of Purple Heart #5D1ABF

Tints of Purple Heart #5D1ABF

RGB

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

 GREEN value IS 26 (10.55% from 255) = 8.39%

 BLUE value IS 191 (75% from 255) = 61.61%

R = 30%
G = 8.39%
B = 61.61%

CMYK

 C value IS 0.51

 M value IS 0.86

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5D1ABF (or 0x5D1ABF) is known color: Purple Heart. HEX triplet: 5D, 1A and BF. RGB value is (93,26,191). Sum of RGB (Red+Green+Blue) = 93+26+191=310 (41% of max value = 765). Red value is 93 (36.72% from 255 or 30% from 310); Green value is 26 (10.55% from 255 or 8.39% from 310); Blue value is 191 (75% from 255 or 61.61% from 310); Max value from RGB is 191 - color contains mainly: blue. Hex color #5D1ABF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5D1ABF is #A2E540. Grayscale: #404040. Windows color (decimal): -10675521 or 12524125. OLE color: 12524125.

HSL color Cylindrical-coordinate representation of color #5D1ABF: hue angle of 264.36º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #5D1ABF is Cyan = 0.51, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 93 26 191 -
CMYK 0.51 0.86 0 0.25
HSL 264.36º 0.76% 0.43% -
HSV(B) 264.36º 0.86% 0.75% -
XYZ 14.29 6.83 49.86 -
YUV 64.84 199.2 148.08 -
System Red Green Blue C M Y K H S L
Decimal 93 26 191 0.51 0.86 0 0.25 264.36 0.76 0.43
Hex 5D 1A BF 33 56 0 19 108 4C 2B
Octal 135 32 277 63 126 0 31 410 114 53
Binary 1011101 11010 10111111 110011 1010110 0 11001 100001000 1001100 101011

Color Harmonies of #5D1ABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D1ABF

Black with #5D1ABF

Text Example


Text Example

White with #5D1ABF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,26,191); }

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

background-color css

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

 a { background-color: rgb(93,26,191); }

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

border-color css

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

 span { border-color: rgb(93,26,191); }

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