Html Css Color HEX #512ADF Han Purple

📋 copy color: '#512ADF'

red 81 ◦ green 42 ◦ blue 223

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

Shades of Han Purple #512ADF

Tints of Han Purple #512ADF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 64.45%

R = 23.41%
G = 12.14%
B = 64.45%

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

#512ADF (or 0x512ADF) is known color: Han Purple. HEX triplet: 51, 2A and DF. RGB value is (81,42,223). Sum of RGB (Red+Green+Blue) = 81+42+223=346 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.41% from 346); Green value is 42 (16.80% from 255 or 12.14% from 346); Blue value is 223 (87.5% from 255 or 64.45% from 346); Max value from RGB is 223 - color contains mainly: blue. Hex color #512ADF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #512ADF is #AED520. Grayscale: #494949. Windows color (decimal): -11457825 or 14625361. OLE color: 14625361.

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

Color convert

RGB 81 42 223 -
CMYK 0.64 0.81 0 0.13
HSL 252.93º 0.74% 0.52% -
HSV(B) 252.93º 0.81% 0.87% -
XYZ 17.54 8.73 70.57 -
YUV 74.3 211.92 132.78 -
System Red Green Blue C M Y K H S L
Decimal 81 42 223 0.64 0.81 0 0.13 252.93 0.74 0.52
Hex 51 2A DF 40 51 0 D FD 4A 34
Octal 121 52 337 100 121 0 15 375 112 64
Binary 1010001 101010 11011111 1000000 1010001 0 1101 11111101 1001010 110100

Color Harmonies of #512ADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #512ADF

Black with #512ADF

Text Example


Text Example

White with #512ADF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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