Html Css Color HEX #511DF3 Han Purple

📋 copy color: '#511DF3'

red 81 ◦ green 29 ◦ blue 243

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

Shades of Han Purple #511DF3

Tints of Han Purple #511DF3

RGB

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

 GREEN value IS 29 (11.72% from 255) = 8.22%

 BLUE value IS 243 (95.31% from 255) = 68.84%

R = 22.95%
G = 8.22%
B = 68.84%

CMYK

 C value IS 0.67

 M value IS 0.88

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#511DF3 (or 0x511DF3) is known color: Han Purple. HEX triplet: 51, 1D and F3. RGB value is (81,29,243). Sum of RGB (Red+Green+Blue) = 81+29+243=353 (46% of max value = 765). Red value is 81 (32.03% from 255 or 22.95% from 353); Green value is 29 (11.72% from 255 or 8.22% from 353); Blue value is 243 (95.31% from 255 or 68.84% from 353); Max value from RGB is 243 - color contains mainly: blue. Hex color #511DF3 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #511DF3 is #AEE20C. Grayscale: #444444. Windows color (decimal): -11461133 or 15932753. OLE color: 15932753.

HSL color Cylindrical-coordinate representation of color #511DF3: hue angle of 254.58º degrees, saturation: 0.9, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #511DF3 is Cyan = 0.67, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 81 29 243 -
CMYK 0.67 0.88 0 0.05
HSL 254.58º 0.9% 0.53% -
HSV(B) 254.58º 0.88% 0.95% -
XYZ 20.01 9.1 85.5 -
YUV 68.94 226.23 136.6 -
System Red Green Blue C M Y K H S L
Decimal 81 29 243 0.67 0.88 0 0.05 254.58 0.9 0.53
Hex 51 1D F3 43 58 0 5 FF 5A 35
Octal 121 35 363 103 130 0 5 377 132 65
Binary 1010001 11101 11110011 1000011 1011000 0 101 11111111 1011010 110101

Color Harmonies of #511DF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511DF3

Black with #511DF3

Text Example


Text Example

White with #511DF3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,29,243); }

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

background-color css

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

 a { background-color: rgb(81,29,243); }

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

border-color css

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

 span { border-color: rgb(81,29,243); }

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