Html Css Color HEX #511CDA Han Purple

📋 copy color: '#511CDA'

red 81 ◦ green 28 ◦ blue 218

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

Shades of Han Purple #511CDA

Tints of Han Purple #511CDA

RGB

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

 GREEN value IS 28 (11.33% from 255) = 8.56%

 BLUE value IS 218 (85.55% from 255) = 66.67%

R = 24.77%
G = 8.56%
B = 66.67%

CMYK

 C value IS 0.63

 M value IS 0.87

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#511CDA (or 0x511CDA) is known color: Han Purple. HEX triplet: 51, 1C and DA. RGB value is (81,28,218). Sum of RGB (Red+Green+Blue) = 81+28+218=327 (43% of max value = 765). Red value is 81 (32.03% from 255 or 24.77% from 327); Green value is 28 (11.33% from 255 or 8.56% from 327); Blue value is 218 (85.55% from 255 or 66.67% from 327); Max value from RGB is 218 - color contains mainly: blue. Hex color #511CDA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #511CDA is #AEE325. Grayscale: #404040. Windows color (decimal): -11461414 or 14294097. OLE color: 14294097.

HSL color Cylindrical-coordinate representation of color #511CDA: hue angle of 256.74º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #511CDA is Cyan = 0.63, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 81 28 218 -
CMYK 0.63 0.87 0 0.15
HSL 256.74º 0.77% 0.48% -
HSV(B) 256.74º 0.87% 0.85% -
XYZ 16.46 7.64 66.94 -
YUV 65.51 214.06 139.05 -
System Red Green Blue C M Y K H S L
Decimal 81 28 218 0.63 0.87 0 0.15 256.74 0.77 0.48
Hex 51 1C DA 3F 57 0 F 101 4D 30
Octal 121 34 332 77 127 0 17 401 115 60
Binary 1010001 11100 11011010 111111 1010111 0 1111 100000001 1001101 110000

Color Harmonies of #511CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511CDA

Black with #511CDA

Text Example


Text Example

White with #511CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #511CDA; }

 p { color: rgb(81,28,218); }

 H1.HeaderClassName
 {
   color: #511CDA;
 }
 .AnyTagClassName
 {
   color: #511CDA;
 }
</style>

background-color css

<style>
 a { background-color: #511CDA; }

 a { background-color: rgb(81,28,218); }

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

border-color css

<style>
 span { border-color: #511CDA; }

 span { border-color: rgb(81,28,218); }

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