Html Css Color HEX #512FFE Han Purple

📋 copy color: '#512FFE'

red 81 ◦ green 47 ◦ blue 254

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

Shades of Han Purple #512FFE

Tints of Han Purple #512FFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 66.49%

R = 21.2%
G = 12.3%
B = 66.49%

CMYK

 C value IS 0.68

 M value IS 0.81

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#512FFE (or 0x512FFE) is known color: Han Purple. HEX triplet: 51, 2F and FE. RGB value is (81,47,254). Sum of RGB (Red+Green+Blue) = 81+47+254=382 (50% of max value = 765). Red value is 81 (32.03% from 255 or 21.20% from 382); Green value is 47 (18.75% from 255 or 12.30% from 382); Blue value is 254 (99.61% from 255 or 66.49% from 382); Max value from RGB is 254 - color contains mainly: blue. Hex color #512FFE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #512FFE is #AED001. Grayscale: #4F4F4F. Windows color (decimal): -11456514 or 16658257. OLE color: 16658257.

HSL color Cylindrical-coordinate representation of color #512FFE: hue angle of 249.86º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #512FFE is Cyan = 0.68, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 81 47 254 -
CMYK 0.68 0.81 0 0.00
HSL 249.86º 0.99% 0.59% -
HSV(B) 249.86º 0.81% 1% -
XYZ 22.3 10.94 94.7 -
YUV 80.76 225.76 128.17 -
System Red Green Blue C M Y K H S L
Decimal 81 47 254 0.68 0.81 0 0.00 249.86 0.99 0.59
Hex 51 2F FE 44 51 0 0 FA 63 3B
Octal 121 57 376 104 121 0 0 372 143 73
Binary 1010001 101111 11111110 1000100 1010001 0 0 11111010 1100011 111011

Color Harmonies of #512FFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #512FFE

Black with #512FFE

Text Example


Text Example

White with #512FFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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