Html Css Color HEX #512CEB Han Purple

📋 copy color: '#512CEB'

red 81 ◦ green 44 ◦ blue 235

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

Shades of Han Purple #512CEB

Tints of Han Purple #512CEB

RGB

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

 GREEN value IS 44 (17.58% from 255) = 12.22%

 BLUE value IS 235 (92.19% from 255) = 65.28%

R = 22.5%
G = 12.22%
B = 65.28%

CMYK

 C value IS 0.66

 M value IS 0.81

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#512CEB (or 0x512CEB) is known color: Han Purple. HEX triplet: 51, 2C and EB. RGB value is (81,44,235). Sum of RGB (Red+Green+Blue) = 81+44+235=360 (47% of max value = 765). Red value is 81 (32.03% from 255 or 22.5% from 360); Green value is 44 (17.58% from 255 or 12.22% from 360); Blue value is 235 (92.19% from 255 or 65.28% from 360); Max value from RGB is 235 - color contains mainly: blue. Hex color #512CEB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #512CEB is #AED314. Grayscale: #4C4C4C. Windows color (decimal): -11457301 or 15412305. OLE color: 15412305.

HSL color Cylindrical-coordinate representation of color #512CEB: hue angle of 251.62º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #512CEB is Cyan = 0.66, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 81 44 235 -
CMYK 0.66 0.81 0 0.08
HSL 251.62º 0.83% 0.55% -
HSV(B) 251.62º 0.81% 0.92% -
XYZ 19.29 9.55 79.42 -
YUV 76.84 217.26 130.97 -
System Red Green Blue C M Y K H S L
Decimal 81 44 235 0.66 0.81 0 0.08 251.62 0.83 0.55
Hex 51 2C EB 42 51 0 8 FC 53 37
Octal 121 54 353 102 121 0 10 374 123 67
Binary 1010001 101100 11101011 1000010 1010001 0 1000 11111100 1010011 110111

Color Harmonies of #512CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #512CEB

Black with #512CEB

Text Example


Text Example

White with #512CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,44,235); }

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

background-color css

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

 a { background-color: rgb(81,44,235); }

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

border-color css

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

 span { border-color: rgb(81,44,235); }

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