Html Css Color HEX #512CEC Han Purple

📋 copy color: '#512CEC'

red 81 ◦ green 44 ◦ blue 236

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

Shades of Han Purple #512CEC

Tints of Han Purple #512CEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 65.37%

R = 22.44%
G = 12.19%
B = 65.37%

CMYK

 C value IS 0.66

 M value IS 0.81

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#512CEC (or 0x512CEC) is known color: Han Purple. HEX triplet: 51, 2C and EC. RGB value is (81,44,236). Sum of RGB (Red+Green+Blue) = 81+44+236=361 (47% of max value = 765). Red value is 81 (32.03% from 255 or 22.44% from 361); Green value is 44 (17.58% from 255 or 12.19% from 361); Blue value is 236 (92.58% from 255 or 65.37% from 361); Max value from RGB is 236 - color contains mainly: blue. Hex color #512CEC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #512CEC is #AED313. Grayscale: #4C4C4C. Windows color (decimal): -11457300 or 15477841. OLE color: 15477841.

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

Color convert

RGB 81 44 236 -
CMYK 0.66 0.81 0 0.07
HSL 251.56º 0.83% 0.55% -
HSV(B) 251.56º 0.81% 0.93% -
XYZ 19.43 9.61 80.19 -
YUV 76.95 217.76 130.89 -
System Red Green Blue C M Y K H S L
Decimal 81 44 236 0.66 0.81 0 0.07 251.56 0.83 0.55
Hex 51 2C EC 42 51 0 7 FC 53 37
Octal 121 54 354 102 121 0 7 374 123 67
Binary 1010001 101100 11101100 1000010 1010001 0 111 11111100 1010011 110111

Color Harmonies of #512CEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #512CEC

Black with #512CEC

Text Example


Text Example

White with #512CEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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