Html Css Color HEX #5D0CBE Purple Heart

📋 copy color: '#5D0CBE'

red 93 ◦ green 12 ◦ blue 190

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

Shades of Purple Heart #5D0CBE

Tints of Purple Heart #5D0CBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 64.41%

R = 31.53%
G = 4.07%
B = 64.41%

CMYK

 C value IS 0.51

 M value IS 0.94

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5D0CBE (or 0x5D0CBE) is known color: Purple Heart. HEX triplet: 5D, 0C and BE. RGB value is (93,12,190). Sum of RGB (Red+Green+Blue) = 93+12+190=295 (39% of max value = 765). Red value is 93 (36.72% from 255 or 31.53% from 295); Green value is 12 (5.08% from 255 or 4.07% from 295); Blue value is 190 (74.61% from 255 or 64.41% from 295); Max value from RGB is 190 - color contains mainly: blue. Hex color #5D0CBE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5D0CBE is #A2F341. Grayscale: #373737. Windows color (decimal): -10679106 or 12455005. OLE color: 12455005.

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

Color convert

RGB 93 12 190 -
CMYK 0.51 0.94 0 0.25
HSL 267.3º 0.88% 0.4% -
HSV(B) 267.3º 0.94% 0.75% -
XYZ 13.94 6.31 49.2 -
YUV 56.51 203.34 154.03 -
System Red Green Blue C M Y K H S L
Decimal 93 12 190 0.51 0.94 0 0.25 267.3 0.88 0.4
Hex 5D C BE 33 5E 0 19 10B 58 28
Octal 135 14 276 63 136 0 31 413 130 50
Binary 1011101 1100 10111110 110011 1011110 0 11001 100001011 1011000 101000

Color Harmonies of #5D0CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D0CBE

Black with #5D0CBE

Text Example


Text Example

White with #5D0CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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