Html Css Color HEX #510CF1 Han Purple

📋 copy color: '#510CF1'

red 81 ◦ green 12 ◦ blue 241

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

Shades of Han Purple #510CF1

Tints of Han Purple #510CF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 72.16%

R = 24.25%
G = 3.59%
B = 72.16%

CMYK

 C value IS 0.66

 M value IS 0.95

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#510CF1 (or 0x510CF1) is known color: Han Purple. HEX triplet: 51, 0C and F1. RGB value is (81,12,241). Sum of RGB (Red+Green+Blue) = 81+12+241=334 (44% of max value = 765). Red value is 81 (32.03% from 255 or 24.25% from 334); Green value is 12 (5.08% from 255 or 3.59% from 334); Blue value is 241 (94.53% from 255 or 72.16% from 334); Max value from RGB is 241 - color contains mainly: blue. Hex color #510CF1 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #510CF1 is #AEF30E. Grayscale: #393939. Windows color (decimal): -11465487 or 15797329. OLE color: 15797329.

HSL color Cylindrical-coordinate representation of color #510CF1: hue angle of 258.08º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #510CF1 is Cyan = 0.66, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 81 12 241 -
CMYK 0.66 0.95 0 0.05
HSL 258.08º 0.91% 0.5% -
HSV(B) 258.08º 0.95% 0.95% -
XYZ 19.4 8.36 83.81 -
YUV 58.74 230.86 143.88 -
System Red Green Blue C M Y K H S L
Decimal 81 12 241 0.66 0.95 0 0.05 258.08 0.91 0.5
Hex 51 C F1 42 5F 0 5 102 5B 32
Octal 121 14 361 102 137 0 5 402 133 62
Binary 1010001 1100 11110001 1000010 1011111 0 101 100000010 1011011 110010

Color Harmonies of #510CF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #510CF1

Black with #510CF1

Text Example


Text Example

White with #510CF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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