Html Css Color HEX #510CFD Han Purple

📋 copy color: '#510CFD'

red 81 ◦ green 12 ◦ blue 253

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

Shades of Han Purple #510CFD

Tints of Han Purple #510CFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 73.12%

R = 23.41%
G = 3.47%
B = 73.12%

CMYK

 C value IS 0.68

 M value IS 0.95

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#510CFD (or 0x510CFD) is known color: Han Purple. HEX triplet: 51, 0C and FD. RGB value is (81,12,253). Sum of RGB (Red+Green+Blue) = 81+12+253=346 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.41% from 346); Green value is 12 (5.08% from 255 or 3.47% from 346); Blue value is 253 (99.22% from 255 or 73.12% from 346); Max value from RGB is 253 - color contains mainly: blue. Hex color #510CFD is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #510CFD is #AEF302. Grayscale: #3B3B3B. Windows color (decimal): -11465475 or 16583761. OLE color: 16583761.

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

Color convert

RGB 81 12 253 -
CMYK 0.68 0.95 0 0.01
HSL 257.18º 0.98% 0.52% -
HSV(B) 257.18º 0.95% 0.99% -
XYZ 21.25 9.1 93.57 -
YUV 60.11 236.86 142.9 -
System Red Green Blue C M Y K H S L
Decimal 81 12 253 0.68 0.95 0 0.01 257.18 0.98 0.52
Hex 51 C FD 44 5F 0 1 101 62 34
Octal 121 14 375 104 137 0 1 401 142 64
Binary 1010001 1100 11111101 1000100 1011111 0 1 100000001 1100010 110100

Color Harmonies of #510CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #510CFD

Black with #510CFD

Text Example


Text Example

White with #510CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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