Html Css Color HEX #512DDF Han Purple

📋 copy color: '#512DDF'

red 81 ◦ green 45 ◦ blue 223

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

Shades of Han Purple #512DDF

Tints of Han Purple #512DDF

RGB

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

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

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

R = 23.21%
G = 12.89%
B = 63.9%

CMYK

 C value IS 0.64

 M value IS 0.80

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#512DDF (or 0x512DDF) is known color: Han Purple. HEX triplet: 51, 2D and DF. RGB value is (81,45,223). Sum of RGB (Red+Green+Blue) = 81+45+223=349 (46% of max value = 765). Red value is 81 (32.03% from 255 or 23.21% from 349); Green value is 45 (17.97% from 255 or 12.89% from 349); Blue value is 223 (87.5% from 255 or 63.90% from 349); Max value from RGB is 223 - color contains mainly: blue. Hex color #512DDF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #512DDF is #AED220. Grayscale: #4B4B4B. Windows color (decimal): -11457057 or 14626129. OLE color: 14626129.

HSL color Cylindrical-coordinate representation of color #512DDF: hue angle of 252.13º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #512DDF is Cyan = 0.64, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 81 45 223 -
CMYK 0.64 0.80 0 0.13
HSL 252.13º 0.74% 0.53% -
HSV(B) 252.13º 0.8% 0.87% -
XYZ 17.65 8.95 70.61 -
YUV 76.06 210.93 131.53 -
System Red Green Blue C M Y K H S L
Decimal 81 45 223 0.64 0.80 0 0.13 252.13 0.74 0.53
Hex 51 2D DF 40 50 0 D FC 4A 35
Octal 121 55 337 100 120 0 15 374 112 65
Binary 1010001 101101 11011111 1000000 1010000 0 1101 11111100 1001010 110101

Color Harmonies of #512DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #512DDF

Black with #512DDF

Text Example


Text Example

White with #512DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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