Html Css Color HEX #510DF5 Han Purple

📋 copy color: '#510DF5'

red 81 ◦ green 13 ◦ blue 245

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

Shades of Han Purple #510DF5

Tints of Han Purple #510DF5

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.83%

 BLUE value IS 245 (96.09% from 255) = 72.27%

R = 23.89%
G = 3.83%
B = 72.27%

CMYK

 C value IS 0.67

 M value IS 0.95

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#510DF5 (or 0x510DF5) is known color: Han Purple. HEX triplet: 51, 0D and F5. RGB value is (81,13,245). Sum of RGB (Red+Green+Blue) = 81+13+245=339 (44% of max value = 765). Red value is 81 (32.03% from 255 or 23.89% from 339); Green value is 13 (5.47% from 255 or 3.83% from 339); Blue value is 245 (96.09% from 255 or 72.27% from 339); Max value from RGB is 245 - color contains mainly: blue. Hex color #510DF5 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #510DF5 is #AEF20A. Grayscale: #3A3A3A. Windows color (decimal): -11465227 or 16059729. OLE color: 16059729.

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

Color convert

RGB 81 13 245 -
CMYK 0.67 0.95 0 0.04
HSL 257.59º 0.92% 0.51% -
HSV(B) 257.59º 0.95% 0.96% -
XYZ 20.02 8.63 87 -
YUV 59.78 232.53 143.14 -
System Red Green Blue C M Y K H S L
Decimal 81 13 245 0.67 0.95 0 0.04 257.59 0.92 0.51
Hex 51 D F5 43 5F 0 4 102 5C 33
Octal 121 15 365 103 137 0 4 402 134 63
Binary 1010001 1101 11110101 1000011 1011111 0 100 100000010 1011100 110011

Color Harmonies of #510DF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #510DF5

Black with #510DF5

Text Example


Text Example

White with #510DF5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,13,245); }

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

background-color css

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

 a { background-color: rgb(81,13,245); }

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

border-color css

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

 span { border-color: rgb(81,13,245); }

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