Html Css Color HEX #512AFD Han Purple

📋 copy color: '#512AFD'

red 81 ◦ green 42 ◦ blue 253

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

Shades of Han Purple #512AFD

Tints of Han Purple #512AFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 67.29%

R = 21.54%
G = 11.17%
B = 67.29%

CMYK

 C value IS 0.68

 M value IS 0.83

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#512AFD (or 0x512AFD) is known color: Han Purple. HEX triplet: 51, 2A and FD. RGB value is (81,42,253). Sum of RGB (Red+Green+Blue) = 81+42+253=376 (49% of max value = 765). Red value is 81 (32.03% from 255 or 21.54% from 376); Green value is 42 (16.80% from 255 or 11.17% from 376); Blue value is 253 (99.22% from 255 or 67.29% from 376); Max value from RGB is 253 - color contains mainly: blue. Hex color #512AFD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #512AFD is #AED502. Grayscale: #4C4C4C. Windows color (decimal): -11457795 or 16591441. OLE color: 16591441.

HSL color Cylindrical-coordinate representation of color #512AFD: hue angle of 251.09º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #512AFD is Cyan = 0.68, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 81 42 253 -
CMYK 0.68 0.83 0 0.01
HSL 251.09º 0.98% 0.58% -
HSV(B) 251.09º 0.83% 0.99% -
XYZ 21.95 10.5 93.8 -
YUV 77.72 226.92 130.34 -
System Red Green Blue C M Y K H S L
Decimal 81 42 253 0.68 0.83 0 0.01 251.09 0.98 0.58
Hex 51 2A FD 44 53 0 1 FB 62 3A
Octal 121 52 375 104 123 0 1 373 142 72
Binary 1010001 101010 11111101 1000100 1010011 0 1 11111011 1100010 111010

Color Harmonies of #512AFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #512AFD

Black with #512AFD

Text Example


Text Example

White with #512AFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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