Html Css Color HEX #512CDD Han Purple

📋 copy color: '#512CDD'

red 81 ◦ green 44 ◦ blue 221

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

Shades of Han Purple #512CDD

Tints of Han Purple #512CDD

RGB

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

 GREEN value IS 44 (17.58% from 255) = 12.72%

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

R = 23.41%
G = 12.72%
B = 63.87%

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

#512CDD (or 0x512CDD) is known color: Han Purple. HEX triplet: 51, 2C and DD. RGB value is (81,44,221). Sum of RGB (Red+Green+Blue) = 81+44+221=346 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.41% from 346); Green value is 44 (17.58% from 255 or 12.72% from 346); Blue value is 221 (86.72% from 255 or 63.87% from 346); Max value from RGB is 221 - color contains mainly: blue. Hex color #512CDD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #512CDD is #AED322. Grayscale: #4A4A4A. Windows color (decimal): -11457315 or 14494801. OLE color: 14494801.

HSL color Cylindrical-coordinate representation of color #512CDD: hue angle of 252.54º 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 #512CDD is Cyan = 0.63, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 81 44 221 -
CMYK 0.63 0.80 0 0.13
HSL 252.54º 0.72% 0.52% -
HSV(B) 252.54º 0.8% 0.87% -
XYZ 17.35 8.77 69.19 -
YUV 75.24 210.26 132.11 -
System Red Green Blue C M Y K H S L
Decimal 81 44 221 0.63 0.80 0 0.13 252.54 0.72 0.52
Hex 51 2C DD 3F 50 0 D FD 48 34
Octal 121 54 335 77 120 0 15 375 110 64
Binary 1010001 101100 11011101 111111 1010000 0 1101 11111101 1001000 110100

Color Harmonies of #512CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #512CDD

Black with #512CDD

Text Example


Text Example

White with #512CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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