Html Css Color HEX #512FDD Han Purple

📋 copy color: '#512FDD'

red 81 ◦ green 47 ◦ blue 221

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

Shades of Han Purple #512FDD

Tints of Han Purple #512FDD

RGB

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

 GREEN value IS 47 (18.75% from 255) = 13.47%

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

R = 23.21%
G = 13.47%
B = 63.32%

CMYK

 C value IS 0.63

 M value IS 0.79

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#512FDD (or 0x512FDD) is known color: Han Purple. HEX triplet: 51, 2F and DD. RGB value is (81,47,221). Sum of RGB (Red+Green+Blue) = 81+47+221=349 (46% of max value = 765). Red value is 81 (32.03% from 255 or 23.21% from 349); Green value is 47 (18.75% from 255 or 13.47% from 349); Blue value is 221 (86.72% from 255 or 63.32% from 349); Max value from RGB is 221 - color contains mainly: blue. Hex color #512FDD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #512FDD is #AED022. Grayscale: #4C4C4C. Windows color (decimal): -11456547 or 14495569. OLE color: 14495569.

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

Color convert

RGB 81 47 221 -
CMYK 0.63 0.79 0 0.13
HSL 251.72º 0.72% 0.53% -
HSV(B) 251.72º 0.79% 0.87% -
XYZ 17.46 9 69.22 -
YUV 77 209.26 130.85 -
System Red Green Blue C M Y K H S L
Decimal 81 47 221 0.63 0.79 0 0.13 251.72 0.72 0.53
Hex 51 2F DD 3F 4F 0 D FC 48 35
Octal 121 57 335 77 117 0 15 374 110 65
Binary 1010001 101111 11011101 111111 1001111 0 1101 11111100 1001000 110101

Color Harmonies of #512FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #512FDD

Black with #512FDD

Text Example


Text Example

White with #512FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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