Html Css Color HEX #510CFA Han Purple

📋 copy color: '#510CFA'

red 81 ◦ green 12 ◦ blue 250

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

Shades of Han Purple #510CFA

Tints of Han Purple #510CFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 72.89%

R = 23.62%
G = 3.5%
B = 72.89%

CMYK

 C value IS 0.68

 M value IS 0.95

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#510CFA (or 0x510CFA) is known color: Han Purple. HEX triplet: 51, 0C and FA. RGB value is (81,12,250). Sum of RGB (Red+Green+Blue) = 81+12+250=343 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.62% from 343); Green value is 12 (5.08% from 255 or 3.50% from 343); Blue value is 250 (98.05% from 255 or 72.89% from 343); Max value from RGB is 250 - color contains mainly: blue. Hex color #510CFA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #510CFA is #AEF305. Grayscale: #3A3A3A. Windows color (decimal): -11465478 or 16387153. OLE color: 16387153.

HSL color Cylindrical-coordinate representation of color #510CFA: hue angle of 257.39º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #510CFA is Cyan = 0.68, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 81 12 250 -
CMYK 0.68 0.95 0 0.02
HSL 257.4º 0.96% 0.51% -
HSV(B) 257.4º 0.95% 0.98% -
XYZ 20.78 8.91 91.07 -
YUV 59.76 235.36 143.15 -
System Red Green Blue C M Y K H S L
Decimal 81 12 250 0.68 0.95 0 0.02 257.4 0.96 0.51
Hex 51 C FA 44 5F 0 2 101 60 33
Octal 121 14 372 104 137 0 2 401 140 63
Binary 1010001 1100 11111010 1000100 1011111 0 10 100000001 1100000 110011

Color Harmonies of #510CFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #510CFA

Black with #510CFA

Text Example


Text Example

White with #510CFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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