Html Css Color HEX #512DEF Han Purple

📋 copy color: '#512DEF'

red 81 ◦ green 45 ◦ blue 239

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

Shades of Han Purple #512DEF

Tints of Han Purple #512DEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 65.48%

R = 22.19%
G = 12.33%
B = 65.48%

CMYK

 C value IS 0.66

 M value IS 0.81

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#512DEF (or 0x512DEF) is known color: Han Purple. HEX triplet: 51, 2D and EF. RGB value is (81,45,239). Sum of RGB (Red+Green+Blue) = 81+45+239=365 (48% of max value = 765). Red value is 81 (32.03% from 255 or 22.19% from 365); Green value is 45 (17.97% from 255 or 12.33% from 365); Blue value is 239 (93.75% from 255 or 65.48% from 365); Max value from RGB is 239 - color contains mainly: blue. Hex color #512DEF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #512DEF is #AED210. Grayscale: #4D4D4D. Windows color (decimal): -11457041 or 15674705. OLE color: 15674705.

HSL color Cylindrical-coordinate representation of color #512DEF: hue angle of 251.13º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #512DEF is Cyan = 0.66, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 81 45 239 -
CMYK 0.66 0.81 0 0.06
HSL 251.13º 0.86% 0.56% -
HSV(B) 251.13º 0.81% 0.94% -
XYZ 19.91 9.86 82.51 -
YUV 77.88 218.93 130.23 -
System Red Green Blue C M Y K H S L
Decimal 81 45 239 0.66 0.81 0 0.06 251.13 0.86 0.56
Hex 51 2D EF 42 51 0 6 FB 56 38
Octal 121 55 357 102 121 0 6 373 126 70
Binary 1010001 101101 11101111 1000010 1010001 0 110 11111011 1010110 111000

Color Harmonies of #512DEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #512DEF

Black with #512DEF

Text Example


Text Example

White with #512DEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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