Html Css Color HEX #512FED Han Purple

📋 copy color: '#512FED'

red 81 ◦ green 47 ◦ blue 237

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

Shades of Han Purple #512FED

Tints of Han Purple #512FED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 64.93%

R = 22.19%
G = 12.88%
B = 64.93%

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

#512FED (or 0x512FED) is known color: Han Purple. HEX triplet: 51, 2F and ED. RGB value is (81,47,237). Sum of RGB (Red+Green+Blue) = 81+47+237=365 (48% of max value = 765). Red value is 81 (32.03% from 255 or 22.19% from 365); Green value is 47 (18.75% from 255 or 12.88% from 365); Blue value is 237 (92.97% from 255 or 64.93% from 365); Max value from RGB is 237 - color contains mainly: blue. Hex color #512FED is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #512FED is #AED012. Grayscale: #4E4E4E. Windows color (decimal): -11456531 or 15544145. OLE color: 15544145.

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

Color convert

RGB 81 47 237 -
CMYK 0.66 0.80 0 0.07
HSL 250.74º 0.84% 0.56% -
HSV(B) 250.74º 0.8% 0.93% -
XYZ 19.7 9.9 80.99 -
YUV 78.83 217.26 129.55 -
System Red Green Blue C M Y K H S L
Decimal 81 47 237 0.66 0.80 0 0.07 250.74 0.84 0.56
Hex 51 2F ED 42 50 0 7 FB 54 38
Octal 121 57 355 102 120 0 7 373 124 70
Binary 1010001 101111 11101101 1000010 1010000 0 111 11111011 1010100 111000

Color Harmonies of #512FED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #512FED

Black with #512FED

Text Example


Text Example

White with #512FED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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