Html Css Color HEX #512FEC Han Purple

📋 copy color: '#512FEC'

red 81 ◦ green 47 ◦ blue 236

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

Shades of Han Purple #512FEC

Tints of Han Purple #512FEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 64.84%

R = 22.25%
G = 12.91%
B = 64.84%

CMYK

 C value IS 0.66

 M value IS 0.80

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#512FEC (or 0x512FEC) is known color: Han Purple. HEX triplet: 51, 2F and EC. RGB value is (81,47,236). Sum of RGB (Red+Green+Blue) = 81+47+236=364 (48% of max value = 765). Red value is 81 (32.03% from 255 or 22.25% from 364); Green value is 47 (18.75% from 255 or 12.91% from 364); Blue value is 236 (92.58% from 255 or 64.84% from 364); Max value from RGB is 236 - color contains mainly: blue. Hex color #512FEC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #512FEC is #AED013. Grayscale: #4D4D4D. Windows color (decimal): -11456532 or 15478609. OLE color: 15478609.

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

Color convert

RGB 81 47 236 -
CMYK 0.66 0.80 0 0.07
HSL 250.79º 0.83% 0.55% -
HSV(B) 250.79º 0.8% 0.93% -
XYZ 19.55 9.84 80.23 -
YUV 78.71 216.76 129.63 -
System Red Green Blue C M Y K H S L
Decimal 81 47 236 0.66 0.80 0 0.07 250.79 0.83 0.55
Hex 51 2F EC 42 50 0 7 FB 53 37
Octal 121 57 354 102 120 0 7 373 123 67
Binary 1010001 101111 11101100 1000010 1010000 0 111 11111011 1010011 110111

Color Harmonies of #512FEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #512FEC

Black with #512FEC

Text Example


Text Example

White with #512FEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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