Html Css Color HEX #5D0CBD Purple Heart

📋 copy color: '#5D0CBD'

red 93 ◦ green 12 ◦ blue 189

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

Shades of Purple Heart #5D0CBD

Tints of Purple Heart #5D0CBD

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.08%

 BLUE value IS 189 (74.22% from 255) = 64.29%

R = 31.63%
G = 4.08%
B = 64.29%

CMYK

 C value IS 0.51

 M value IS 0.94

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#5D0CBD (or 0x5D0CBD) is known color: Purple Heart. HEX triplet: 5D, 0C and BD. RGB value is (93,12,189). Sum of RGB (Red+Green+Blue) = 93+12+189=294 (38% of max value = 765). Red value is 93 (36.72% from 255 or 31.63% from 294); Green value is 12 (5.08% from 255 or 4.08% from 294); Blue value is 189 (74.22% from 255 or 64.29% from 294); Max value from RGB is 189 - color contains mainly: blue. Hex color #5D0CBD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5D0CBD is #A2F342. Grayscale: #373737. Windows color (decimal): -10679107 or 12389469. OLE color: 12389469.

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

Color convert

RGB 93 12 189 -
CMYK 0.51 0.94 0 0.26
HSL 267.46º 0.88% 0.39% -
HSV(B) 267.46º 0.94% 0.74% -
XYZ 13.83 6.26 48.62 -
YUV 56.4 202.84 154.11 -
System Red Green Blue C M Y K H S L
Decimal 93 12 189 0.51 0.94 0 0.26 267.46 0.88 0.39
Hex 5D C BD 33 5E 0 1A 10B 58 27
Octal 135 14 275 63 136 0 32 413 130 47
Binary 1011101 1100 10111101 110011 1011110 0 11010 100001011 1011000 100111

Color Harmonies of #5D0CBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D0CBD

Black with #5D0CBD

Text Example


Text Example

White with #5D0CBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,12,189); }

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

background-color css

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

 a { background-color: rgb(93,12,189); }

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

border-color css

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

 span { border-color: rgb(93,12,189); }

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