Html Css Color HEX #5D17BC Purple Heart

📋 copy color: '#5D17BC'

red 93 ◦ green 23 ◦ blue 188

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

Shades of Purple Heart #5D17BC

Tints of Purple Heart #5D17BC

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.57%

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

R = 30.59%
G = 7.57%
B = 61.84%

CMYK

 C value IS 0.51

 M value IS 0.88

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#5D17BC (or 0x5D17BC) is known color: Purple Heart. HEX triplet: 5D, 17 and BC. RGB value is (93,23,188). Sum of RGB (Red+Green+Blue) = 93+23+188=304 (40% of max value = 765). Red value is 93 (36.72% from 255 or 30.59% from 304); Green value is 23 (9.38% from 255 or 7.57% from 304); Blue value is 188 (73.83% from 255 or 61.84% from 304); Max value from RGB is 188 - color contains mainly: blue. Hex color #5D17BC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5D17BC is #A2E843. Grayscale: #3E3E3E. Windows color (decimal): -10676292 or 12326749. OLE color: 12326749.

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

Color convert

RGB 93 23 188 -
CMYK 0.51 0.88 0 0.26
HSL 265.45º 0.78% 0.41% -
HSV(B) 265.45º 0.88% 0.74% -
XYZ 13.9 6.57 48.11 -
YUV 62.74 198.69 149.58 -
System Red Green Blue C M Y K H S L
Decimal 93 23 188 0.51 0.88 0 0.26 265.45 0.78 0.41
Hex 5D 17 BC 33 58 0 1A 109 4E 29
Octal 135 27 274 63 130 0 32 411 116 51
Binary 1011101 10111 10111100 110011 1011000 0 11010 100001001 1001110 101001

Color Harmonies of #5D17BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D17BC

Black with #5D17BC

Text Example


Text Example

White with #5D17BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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