Html Css Color HEX #512ADD Han Purple

📋 copy color: '#512ADD'

red 81 ◦ green 42 ◦ blue 221

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

Shades of Han Purple #512ADD

Tints of Han Purple #512ADD

RGB

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

 GREEN value IS 42 (16.8% from 255) = 12.21%

 BLUE value IS 221 (86.72% from 255) = 64.24%

R = 23.55%
G = 12.21%
B = 64.24%

CMYK

 C value IS 0.63

 M value IS 0.81

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#512ADD (or 0x512ADD) is known color: Han Purple. HEX triplet: 51, 2A and DD. RGB value is (81,42,221). Sum of RGB (Red+Green+Blue) = 81+42+221=344 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.55% from 344); Green value is 42 (16.80% from 255 or 12.21% from 344); Blue value is 221 (86.72% from 255 or 64.24% from 344); Max value from RGB is 221 - color contains mainly: blue. Hex color #512ADD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #512ADD is #AED522. Grayscale: #494949. Windows color (decimal): -11457827 or 14494289. OLE color: 14494289.

HSL color Cylindrical-coordinate representation of color #512ADD: hue angle of 253.07º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #512ADD is Cyan = 0.63, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 81 42 221 -
CMYK 0.63 0.81 0 0.13
HSL 253.07º 0.72% 0.52% -
HSV(B) 253.07º 0.81% 0.87% -
XYZ 17.27 8.63 69.16 -
YUV 74.07 210.92 132.95 -
System Red Green Blue C M Y K H S L
Decimal 81 42 221 0.63 0.81 0 0.13 253.07 0.72 0.52
Hex 51 2A DD 3F 51 0 D FD 48 34
Octal 121 52 335 77 121 0 15 375 110 64
Binary 1010001 101010 11011101 111111 1010001 0 1101 11111101 1001000 110100

Color Harmonies of #512ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #512ADD

Black with #512ADD

Text Example


Text Example

White with #512ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,42,221); }

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

background-color css

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

 a { background-color: rgb(81,42,221); }

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

border-color css

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

 span { border-color: rgb(81,42,221); }

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