Html Css Color HEX #512AF0 Han Purple

📋 copy color: '#512AF0'

red 81 ◦ green 42 ◦ blue 240

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

Shades of Han Purple #512AF0

Tints of Han Purple #512AF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 66.12%

R = 22.31%
G = 11.57%
B = 66.12%

CMYK

 C value IS 0.66

 M value IS 0.82

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#512AF0 (or 0x512AF0) is known color: Han Purple. HEX triplet: 51, 2A and F0. RGB value is (81,42,240). Sum of RGB (Red+Green+Blue) = 81+42+240=363 (48% of max value = 765). Red value is 81 (32.03% from 255 or 22.31% from 363); Green value is 42 (16.80% from 255 or 11.57% from 363); Blue value is 240 (94.14% from 255 or 66.12% from 363); Max value from RGB is 240 - color contains mainly: blue. Hex color #512AF0 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #512AF0 is #AED50F. Grayscale: #4B4B4B. Windows color (decimal): -11457808 or 15739473. OLE color: 15739473.

HSL color Cylindrical-coordinate representation of color #512AF0: hue angle of 251.82º degrees, saturation: 0.87, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #512AF0 is Cyan = 0.66, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 81 42 240 -
CMYK 0.66 0.82 0 0.06
HSL 251.82º 0.87% 0.55% -
HSV(B) 251.82º 0.83% 0.94% -
XYZ 19.95 9.7 83.26 -
YUV 76.23 220.42 131.4 -
System Red Green Blue C M Y K H S L
Decimal 81 42 240 0.66 0.82 0 0.06 251.82 0.87 0.55
Hex 51 2A F0 42 52 0 6 FC 57 37
Octal 121 52 360 102 122 0 6 374 127 67
Binary 1010001 101010 11110000 1000010 1010010 0 110 11111100 1010111 110111

Color Harmonies of #512AF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #512AF0

Black with #512AF0

Text Example


Text Example

White with #512AF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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