Html Css Color HEX #5D1ABC Purple Heart

📋 copy color: '#5D1ABC'

red 93 ◦ green 26 ◦ blue 188

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

Shades of Purple Heart #5D1ABC

Tints of Purple Heart #5D1ABC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 61.24%

R = 30.29%
G = 8.47%
B = 61.24%

CMYK

 C value IS 0.51

 M value IS 0.86

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#5D1ABC (or 0x5D1ABC) is known color: Purple Heart. HEX triplet: 5D, 1A and BC. RGB value is (93,26,188). Sum of RGB (Red+Green+Blue) = 93+26+188=307 (40% of max value = 765). Red value is 93 (36.72% from 255 or 30.29% from 307); Green value is 26 (10.55% from 255 or 8.47% from 307); Blue value is 188 (73.83% from 255 or 61.24% from 307); Max value from RGB is 188 - color contains mainly: blue. Hex color #5D1ABC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5D1ABC is #A2E543. Grayscale: #3F3F3F. Windows color (decimal): -10675524 or 12327517. OLE color: 12327517.

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

Color convert

RGB 93 26 188 -
CMYK 0.51 0.86 0 0.26
HSL 264.81º 0.76% 0.42% -
HSV(B) 264.81º 0.86% 0.74% -
XYZ 13.96 6.7 48.13 -
YUV 64.5 197.7 148.33 -
System Red Green Blue C M Y K H S L
Decimal 93 26 188 0.51 0.86 0 0.26 264.81 0.76 0.42
Hex 5D 1A BC 33 56 0 1A 109 4C 2A
Octal 135 32 274 63 126 0 32 411 114 52
Binary 1011101 11010 10111100 110011 1010110 0 11010 100001001 1001100 101010

Color Harmonies of #5D1ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D1ABC

Black with #5D1ABC

Text Example


Text Example

White with #5D1ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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