Html Css Color HEX #512DFA Han Purple

📋 copy color: '#512DFA'

red 81 ◦ green 45 ◦ blue 250

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

Shades of Han Purple #512DFA

Tints of Han Purple #512DFA

RGB

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

 GREEN value IS 45 (17.97% from 255) = 11.97%

 BLUE value IS 250 (98.05% from 255) = 66.49%

R = 21.54%
G = 11.97%
B = 66.49%

CMYK

 C value IS 0.68

 M value IS 0.82

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#512DFA (or 0x512DFA) is known color: Han Purple. HEX triplet: 51, 2D and FA. RGB value is (81,45,250). Sum of RGB (Red+Green+Blue) = 81+45+250=376 (49% of max value = 765). Red value is 81 (32.03% from 255 or 21.54% from 376); Green value is 45 (17.97% from 255 or 11.97% from 376); Blue value is 250 (98.05% from 255 or 66.49% from 376); Max value from RGB is 250 - color contains mainly: blue. Hex color #512DFA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #512DFA is #AED205. Grayscale: #4E4E4E. Windows color (decimal): -11457030 or 16395601. OLE color: 16395601.

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

Color convert

RGB 81 45 250 -
CMYK 0.68 0.82 0 0.02
HSL 250.54º 0.95% 0.58% -
HSV(B) 250.54º 0.82% 0.98% -
XYZ 21.59 10.53 91.34 -
YUV 79.13 224.43 129.33 -
System Red Green Blue C M Y K H S L
Decimal 81 45 250 0.68 0.82 0 0.02 250.54 0.95 0.58
Hex 51 2D FA 44 52 0 2 FB 5F 3A
Octal 121 55 372 104 122 0 2 373 137 72
Binary 1010001 101101 11111010 1000100 1010010 0 10 11111011 1011111 111010

Color Harmonies of #512DFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #512DFA

Black with #512DFA

Text Example


Text Example

White with #512DFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,45,250); }

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

background-color css

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

 a { background-color: rgb(81,45,250); }

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

border-color css

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

 span { border-color: rgb(81,45,250); }

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