Html Css Color HEX #512BEA Han Purple

📋 copy color: '#512BEA'

red 81 ◦ green 43 ◦ blue 234

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

Shades of Han Purple #512BEA

Tints of Han Purple #512BEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 65.36%

R = 22.63%
G = 12.01%
B = 65.36%

CMYK

 C value IS 0.65

 M value IS 0.82

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#512BEA (or 0x512BEA) is known color: Han Purple. HEX triplet: 51, 2B and EA. RGB value is (81,43,234). Sum of RGB (Red+Green+Blue) = 81+43+234=358 (47% of max value = 765). Red value is 81 (32.03% from 255 or 22.63% from 358); Green value is 43 (17.19% from 255 or 12.01% from 358); Blue value is 234 (91.80% from 255 or 65.36% from 358); Max value from RGB is 234 - color contains mainly: blue. Hex color #512BEA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #512BEA is #AED415. Grayscale: #4B4B4B. Windows color (decimal): -11457558 or 15346513. OLE color: 15346513.

HSL color Cylindrical-coordinate representation of color #512BEA: hue angle of 251.94º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #512BEA is Cyan = 0.65, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 81 43 234 -
CMYK 0.65 0.82 0 0.08
HSL 251.94º 0.82% 0.54% -
HSV(B) 251.94º 0.82% 0.92% -
XYZ 19.11 9.42 78.65 -
YUV 76.14 217.09 131.47 -
System Red Green Blue C M Y K H S L
Decimal 81 43 234 0.65 0.82 0 0.08 251.94 0.82 0.54
Hex 51 2B EA 41 52 0 8 FC 52 36
Octal 121 53 352 101 122 0 10 374 122 66
Binary 1010001 101011 11101010 1000001 1010010 0 1000 11111100 1010010 110110

Color Harmonies of #512BEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #512BEA

Black with #512BEA

Text Example


Text Example

White with #512BEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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