Html Css Color HEX #512BDE Han Purple

📋 copy color: '#512BDE'

red 81 ◦ green 43 ◦ blue 222

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

Shades of Han Purple #512BDE

Tints of Han Purple #512BDE

RGB

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

 GREEN value IS 43 (17.19% from 255) = 12.43%

 BLUE value IS 222 (87.11% from 255) = 64.16%

R = 23.41%
G = 12.43%
B = 64.16%

CMYK

 C value IS 0.64

 M value IS 0.81

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#512BDE (or 0x512BDE) is known color: Han Purple. HEX triplet: 51, 2B and DE. RGB value is (81,43,222). Sum of RGB (Red+Green+Blue) = 81+43+222=346 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.41% from 346); Green value is 43 (17.19% from 255 or 12.43% from 346); Blue value is 222 (87.11% from 255 or 64.16% from 346); Max value from RGB is 222 - color contains mainly: blue. Hex color #512BDE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #512BDE is #AED421. Grayscale: #4A4A4A. Windows color (decimal): -11457570 or 14560081. OLE color: 14560081.

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

Color convert

RGB 81 43 222 -
CMYK 0.64 0.81 0 0.13
HSL 252.74º 0.73% 0.52% -
HSV(B) 252.74º 0.81% 0.87% -
XYZ 17.44 8.75 69.88 -
YUV 74.77 211.09 132.45 -
System Red Green Blue C M Y K H S L
Decimal 81 43 222 0.64 0.81 0 0.13 252.74 0.73 0.52
Hex 51 2B DE 40 51 0 D FD 49 34
Octal 121 53 336 100 121 0 15 375 111 64
Binary 1010001 101011 11011110 1000000 1010001 0 1101 11111101 1001001 110100

Color Harmonies of #512BDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #512BDE

Black with #512BDE

Text Example


Text Example

White with #512BDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,43,222); }

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

background-color css

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

 a { background-color: rgb(81,43,222); }

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

border-color css

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

 span { border-color: rgb(81,43,222); }

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