Html Css Color HEX #512ADE Han Purple

📋 copy color: '#512ADE'

red 81 ◦ green 42 ◦ blue 222

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

Shades of Han Purple #512ADE

Tints of Han Purple #512ADE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 64.35%

R = 23.48%
G = 12.17%
B = 64.35%

CMYK

 C value IS 0.64

 M value IS 0.81

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#512ADE (or 0x512ADE) is known color: Han Purple. HEX triplet: 51, 2A and DE. RGB value is (81,42,222). Sum of RGB (Red+Green+Blue) = 81+42+222=345 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.48% from 345); Green value is 42 (16.80% from 255 or 12.17% from 345); Blue value is 222 (87.11% from 255 or 64.35% from 345); Max value from RGB is 222 - color contains mainly: blue. Hex color #512ADE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #512ADE is #AED521. Grayscale: #494949. Windows color (decimal): -11457826 or 14559825. OLE color: 14559825.

HSL color Cylindrical-coordinate representation of color #512ADE: hue angle of 253º degrees, saturation: 0.73, 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 #512ADE is Cyan = 0.64, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 81 42 222 -
CMYK 0.64 0.81 0 0.13
HSL 253º 0.73% 0.52% -
HSV(B) 253º 0.81% 0.87% -
XYZ 17.41 8.68 69.87 -
YUV 74.18 211.42 132.86 -
System Red Green Blue C M Y K H S L
Decimal 81 42 222 0.64 0.81 0 0.13 253 0.73 0.52
Hex 51 2A DE 40 51 0 D FD 49 34
Octal 121 52 336 100 121 0 15 375 111 64
Binary 1010001 101010 11011110 1000000 1010001 0 1101 11111101 1001001 110100

Color Harmonies of #512ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #512ADE

Black with #512ADE

Text Example


Text Example

White with #512ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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