Html Css Color HEX #5D2FBA Purple Heart

📋 copy color: '#5D2FBA'

red 93 ◦ green 47 ◦ blue 186

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

Shades of Purple Heart #5D2FBA

Tints of Purple Heart #5D2FBA

RGB

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

 GREEN value IS 47 (18.75% from 255) = 14.42%

 BLUE value IS 186 (73.05% from 255) = 57.06%

R = 28.53%
G = 14.42%
B = 57.06%

CMYK

 C value IS 0.5

 M value IS 0.75

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#5D2FBA (or 0x5D2FBA) is known color: Purple Heart. HEX triplet: 5D, 2F and BA. RGB value is (93,47,186). Sum of RGB (Red+Green+Blue) = 93+47+186=326 (43% of max value = 765). Red value is 93 (36.72% from 255 or 28.53% from 326); Green value is 47 (18.75% from 255 or 14.42% from 326); Blue value is 186 (73.05% from 255 or 57.06% from 326); Max value from RGB is 186 - color contains mainly: blue. Hex color #5D2FBA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5D2FBA is #A2D045. Grayscale: #4C4C4C. Windows color (decimal): -10670150 or 12201821. OLE color: 12201821.

HSL color Cylindrical-coordinate representation of color #5D2FBA: hue angle of 259.86º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #5D2FBA is Cyan = 0.5, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 93 47 186 -
CMYK 0.5 0.75 0 0.27
HSL 259.86º 0.6% 0.46% -
HSV(B) 259.86º 0.75% 0.73% -
XYZ 14.39 7.91 47.22 -
YUV 76.6 189.74 139.7 -
System Red Green Blue C M Y K H S L
Decimal 93 47 186 0.5 0.75 0 0.27 259.86 0.6 0.46
Hex 5D 2F BA 32 4B 0 1B 104 3C 2E
Octal 135 57 272 62 113 0 33 404 74 56
Binary 1011101 101111 10111010 110010 1001011 0 11011 100000100 111100 101110

Color Harmonies of #5D2FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D2FBA

Black with #5D2FBA

Text Example


Text Example

White with #5D2FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,47,186); }

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

background-color css

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

 a { background-color: rgb(93,47,186); }

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

border-color css

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

 span { border-color: rgb(93,47,186); }

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