Html Css Color HEX #512FDF Han Purple

📋 copy color: '#512FDF'

red 81 ◦ green 47 ◦ blue 223

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

Shades of Han Purple #512FDF

Tints of Han Purple #512FDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 63.53%

R = 23.08%
G = 13.39%
B = 63.53%

CMYK

 C value IS 0.64

 M value IS 0.79

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#512FDF (or 0x512FDF) is known color: Han Purple. HEX triplet: 51, 2F and DF. RGB value is (81,47,223). Sum of RGB (Red+Green+Blue) = 81+47+223=351 (46% of max value = 765). Red value is 81 (32.03% from 255 or 23.08% from 351); Green value is 47 (18.75% from 255 or 13.39% from 351); Blue value is 223 (87.5% from 255 or 63.53% from 351); Max value from RGB is 223 - color contains mainly: blue. Hex color #512FDF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #512FDF is #AED020. Grayscale: #4C4C4C. Windows color (decimal): -11456545 or 14626641. OLE color: 14626641.

HSL color Cylindrical-coordinate representation of color #512FDF: hue angle of 251.59º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #512FDF is Cyan = 0.64, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 81 47 223 -
CMYK 0.64 0.79 0 0.13
HSL 251.59º 0.73% 0.53% -
HSV(B) 251.59º 0.79% 0.87% -
XYZ 17.73 9.11 70.64 -
YUV 77.23 210.26 130.69 -
System Red Green Blue C M Y K H S L
Decimal 81 47 223 0.64 0.79 0 0.13 251.59 0.73 0.53
Hex 51 2F DF 40 4F 0 D FC 49 35
Octal 121 57 337 100 117 0 15 374 111 65
Binary 1010001 101111 11011111 1000000 1001111 0 1101 11111100 1001001 110101

Color Harmonies of #512FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #512FDF

Black with #512FDF

Text Example


Text Example

White with #512FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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