Html Css Color HEX #6516FD Han Purple

📋 copy color: '#6516FD'

red 101 ◦ green 22 ◦ blue 253

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

Shades of Han Purple #6516FD

Tints of Han Purple #6516FD

RGB

 RED value IS 101 (39.84% from 255) = 26.86%

 GREEN value IS 22 (8.98% from 255) = 5.85%

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

R = 26.86%
G = 5.85%
B = 67.29%

CMYK

 C value IS 0.60

 M value IS 0.91

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#6516FD (or 0x6516FD) is known color: Han Purple. HEX triplet: 65, 16 and FD. RGB value is (101,22,253). Sum of RGB (Red+Green+Blue) = 101+22+253=376 (49% of max value = 765). Red value is 101 (39.84% from 255 or 26.86% from 376); Green value is 22 (8.98% from 255 or 5.85% from 376); Blue value is 253 (99.22% from 255 or 67.29% from 376); Max value from RGB is 253 - color contains mainly: blue. Hex color #6516FD is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6516FD is #9AE902. Grayscale: #474747. Windows color (decimal): -10152195 or 16586341. OLE color: 16586341.

HSL color Cylindrical-coordinate representation of color #6516FD: hue angle of 260.52º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6516FD is Cyan = 0.60, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 101 22 253 -
CMYK 0.60 0.91 0 0.01
HSL 260.52º 0.98% 0.54% -
HSV(B) 260.52º 0.91% 0.99% -
XYZ 23.38 10.43 93.71 -
YUV 71.96 230.17 148.72 -
System Red Green Blue C M Y K H S L
Decimal 101 22 253 0.60 0.91 0 0.01 260.52 0.98 0.54
Hex 65 16 FD 3C 5B 0 1 105 62 36
Octal 145 26 375 74 133 0 1 405 142 66
Binary 1100101 10110 11111101 111100 1011011 0 1 100000101 1100010 110110

Color Harmonies of #6516FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6516FD

Black with #6516FD

Text Example


Text Example

White with #6516FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6516FD; }

 p { color: rgb(101,22,253); }

 H1.HeaderClassName
 {
   color: #6516FD;
 }
 .AnyTagClassName
 {
   color: #6516FD;
 }
</style>

background-color css

<style>
 a { background-color: #6516FD; }

 a { background-color: rgb(101,22,253); }

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

border-color css

<style>
 span { border-color: #6516FD; }

 span { border-color: rgb(101,22,253); }

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