Html Css Color HEX #512DDD Han Purple

📋 copy color: '#512DDD'

red 81 ◦ green 45 ◦ blue 221

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

Shades of Han Purple #512DDD

Tints of Han Purple #512DDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 63.69%

R = 23.34%
G = 12.97%
B = 63.69%

CMYK

 C value IS 0.63

 M value IS 0.80

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#512DDD (or 0x512DDD) is known color: Han Purple. HEX triplet: 51, 2D and DD. RGB value is (81,45,221). Sum of RGB (Red+Green+Blue) = 81+45+221=347 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.34% from 347); Green value is 45 (17.97% from 255 or 12.97% from 347); Blue value is 221 (86.72% from 255 or 63.69% from 347); Max value from RGB is 221 - color contains mainly: blue. Hex color #512DDD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #512DDD is #AED222. Grayscale: #4B4B4B. Windows color (decimal): -11457059 or 14495057. OLE color: 14495057.

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

Color convert

RGB 81 45 221 -
CMYK 0.63 0.80 0 0.13
HSL 252.27º 0.72% 0.52% -
HSV(B) 252.27º 0.8% 0.87% -
XYZ 17.38 8.85 69.2 -
YUV 75.83 209.93 131.69 -
System Red Green Blue C M Y K H S L
Decimal 81 45 221 0.63 0.80 0 0.13 252.27 0.72 0.52
Hex 51 2D DD 3F 50 0 D FC 48 34
Octal 121 55 335 77 120 0 15 374 110 64
Binary 1010001 101101 11011101 111111 1010000 0 1101 11111100 1001000 110100

Color Harmonies of #512DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #512DDD

Black with #512DDD

Text Example


Text Example

White with #512DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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