Html Css Color HEX #510CE0 Han Purple

📋 copy color: '#510CE0'

red 81 ◦ green 12 ◦ blue 224

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

Shades of Han Purple #510CE0

Tints of Han Purple #510CE0

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.79%

 BLUE value IS 224 (87.89% from 255) = 70.66%

R = 25.55%
G = 3.79%
B = 70.66%

CMYK

 C value IS 0.64

 M value IS 0.95

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#510CE0 (or 0x510CE0) is known color: Han Purple. HEX triplet: 51, 0C and E0. RGB value is (81,12,224). Sum of RGB (Red+Green+Blue) = 81+12+224=317 (41% of max value = 765). Red value is 81 (32.03% from 255 or 25.55% from 317); Green value is 12 (5.08% from 255 or 3.79% from 317); Blue value is 224 (87.89% from 255 or 70.66% from 317); Max value from RGB is 224 - color contains mainly: blue. Hex color #510CE0 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #510CE0 is #AEF31F. Grayscale: #383838. Windows color (decimal): -11465504 or 14683217. OLE color: 14683217.

HSL color Cylindrical-coordinate representation of color #510CE0: hue angle of 259.53º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #510CE0 is Cyan = 0.64, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 81 12 224 -
CMYK 0.64 0.95 0 0.12
HSL 259.53º 0.9% 0.46% -
HSV(B) 259.53º 0.95% 0.88% -
XYZ 16.98 7.39 71.05 -
YUV 56.8 222.36 145.26 -
System Red Green Blue C M Y K H S L
Decimal 81 12 224 0.64 0.95 0 0.12 259.53 0.9 0.46
Hex 51 C E0 40 5F 0 C 104 5A 2E
Octal 121 14 340 100 137 0 14 404 132 56
Binary 1010001 1100 11100000 1000000 1011111 0 1100 100000100 1011010 101110

Color Harmonies of #510CE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #510CE0

Black with #510CE0

Text Example


Text Example

White with #510CE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #510CE0; }

 p { color: rgb(81,12,224); }

 H1.HeaderClassName
 {
   color: #510CE0;
 }
 .AnyTagClassName
 {
   color: #510CE0;
 }
</style>

background-color css

<style>
 a { background-color: #510CE0; }

 a { background-color: rgb(81,12,224); }

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

border-color css

<style>
 span { border-color: #510CE0; }

 span { border-color: rgb(81,12,224); }

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