Html Css Color HEX #512BDC Han Purple

📋 copy color: '#512BDC'

red 81 ◦ green 43 ◦ blue 220

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

Shades of Han Purple #512BDC

Tints of Han Purple #512BDC

RGB

 RED value IS 81 (32.03% from 255) = 23.55%

 GREEN value IS 43 (17.19% from 255) = 12.5%

 BLUE value IS 220 (86.33% from 255) = 63.95%

R = 23.55%
G = 12.5%
B = 63.95%

CMYK

 C value IS 0.63

 M value IS 0.80

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#512BDC (or 0x512BDC) is known color: Han Purple. HEX triplet: 51, 2B and DC. RGB value is (81,43,220). Sum of RGB (Red+Green+Blue) = 81+43+220=344 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.55% from 344); Green value is 43 (17.19% from 255 or 12.5% from 344); Blue value is 220 (86.33% from 255 or 63.95% from 344); Max value from RGB is 220 - color contains mainly: blue. Hex color #512BDC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #512BDC is #AED423. Grayscale: #494949. Windows color (decimal): -11457572 or 14429009. OLE color: 14429009.

HSL color Cylindrical-coordinate representation of color #512BDC: hue angle of 252.88º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #512BDC is Cyan = 0.63, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 81 43 220 -
CMYK 0.63 0.80 0 0.14
HSL 252.88º 0.72% 0.52% -
HSV(B) 252.88º 0.8% 0.86% -
XYZ 17.18 8.64 68.47 -
YUV 74.54 210.09 132.61 -
System Red Green Blue C M Y K H S L
Decimal 81 43 220 0.63 0.80 0 0.14 252.88 0.72 0.52
Hex 51 2B DC 3F 50 0 E FD 48 34
Octal 121 53 334 77 120 0 16 375 110 64
Binary 1010001 101011 11011100 111111 1010000 0 1110 11111101 1001000 110100

Color Harmonies of #512BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #512BDC

Black with #512BDC

Text Example


Text Example

White with #512BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #512BDC; }

 p { color: rgb(81,43,220); }

 H1.HeaderClassName
 {
   color: #512BDC;
 }
 .AnyTagClassName
 {
   color: #512BDC;
 }
</style>

background-color css

<style>
 a { background-color: #512BDC; }

 a { background-color: rgb(81,43,220); }

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

border-color css

<style>
 span { border-color: #512BDC; }

 span { border-color: rgb(81,43,220); }

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