Html Css Color HEX #512DEE Han Purple

📋 copy color: '#512DEE'

red 81 ◦ green 45 ◦ blue 238

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

Shades of Han Purple #512DEE

Tints of Han Purple #512DEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 65.38%

R = 22.25%
G = 12.36%
B = 65.38%

CMYK

 C value IS 0.66

 M value IS 0.81

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#512DEE (or 0x512DEE) is known color: Han Purple. HEX triplet: 51, 2D and EE. RGB value is (81,45,238). Sum of RGB (Red+Green+Blue) = 81+45+238=364 (48% of max value = 765). Red value is 81 (32.03% from 255 or 22.25% from 364); Green value is 45 (17.97% from 255 or 12.36% from 364); Blue value is 238 (93.36% from 255 or 65.38% from 364); Max value from RGB is 238 - color contains mainly: blue. Hex color #512DEE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #512DEE is #AED211. Grayscale: #4D4D4D. Windows color (decimal): -11457042 or 15609169. OLE color: 15609169.

HSL color Cylindrical-coordinate representation of color #512DEE: hue angle of 251.19º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #512DEE is Cyan = 0.66, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 81 45 238 -
CMYK 0.66 0.81 0 0.07
HSL 251.19º 0.85% 0.55% -
HSV(B) 251.19º 0.81% 0.93% -
XYZ 19.76 9.8 81.74 -
YUV 77.77 218.43 130.31 -
System Red Green Blue C M Y K H S L
Decimal 81 45 238 0.66 0.81 0 0.07 251.19 0.85 0.55
Hex 51 2D EE 42 51 0 7 FB 55 37
Octal 121 55 356 102 121 0 7 373 125 67
Binary 1010001 101101 11101110 1000010 1010001 0 111 11111011 1010101 110111

Color Harmonies of #512DEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #512DEE

Black with #512DEE

Text Example


Text Example

White with #512DEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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