Html Css Color HEX #5D0CBA Purple Heart

📋 copy color: '#5D0CBA'

red 93 ◦ green 12 ◦ blue 186

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

Shades of Purple Heart #5D0CBA

Tints of Purple Heart #5D0CBA

RGB

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

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

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

R = 31.96%
G = 4.12%
B = 63.92%

CMYK

 C value IS 0.5

 M value IS 0.94

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#5D0CBA (or 0x5D0CBA) is known color: Purple Heart. HEX triplet: 5D, 0C and BA. RGB value is (93,12,186). Sum of RGB (Red+Green+Blue) = 93+12+186=291 (38% of max value = 765). Red value is 93 (36.72% from 255 or 31.96% from 291); Green value is 12 (5.08% from 255 or 4.12% from 291); Blue value is 186 (73.05% from 255 or 63.92% from 291); Max value from RGB is 186 - color contains mainly: blue. Hex color #5D0CBA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5D0CBA is #A2F345. Grayscale: #373737. Windows color (decimal): -10679110 or 12192861. OLE color: 12192861.

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

Color convert

RGB 93 12 186 -
CMYK 0.5 0.94 0 0.27
HSL 267.93º 0.88% 0.39% -
HSV(B) 267.93º 0.94% 0.73% -
XYZ 13.51 6.14 46.93 -
YUV 56.06 201.34 154.35 -
System Red Green Blue C M Y K H S L
Decimal 93 12 186 0.5 0.94 0 0.27 267.93 0.88 0.39
Hex 5D C BA 32 5E 0 1B 10C 58 27
Octal 135 14 272 62 136 0 33 414 130 47
Binary 1011101 1100 10111010 110010 1011110 0 11011 100001100 1011000 100111

Color Harmonies of #5D0CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D0CBA

Black with #5D0CBA

Text Example


Text Example

White with #5D0CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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