Html Css Color HEX #6516FA Han Purple

📋 copy color: '#6516FA'

red 101 ◦ green 22 ◦ blue 250

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

Shades of Han Purple #6516FA

Tints of Han Purple #6516FA

RGB

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

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

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

R = 27.08%
G = 5.9%
B = 67.02%

CMYK

 C value IS 0.60

 M value IS 0.91

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#6516FA (or 0x6516FA) is known color: Han Purple. HEX triplet: 65, 16 and FA. RGB value is (101,22,250). Sum of RGB (Red+Green+Blue) = 101+22+250=373 (49% of max value = 765). Red value is 101 (39.84% from 255 or 27.08% from 373); Green value is 22 (8.98% from 255 or 5.90% from 373); Blue value is 250 (98.05% from 255 or 67.02% from 373); Max value from RGB is 250 - color contains mainly: blue. Hex color #6516FA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6516FA is #9AE905. Grayscale: #464646. Windows color (decimal): -10152198 or 16389733. OLE color: 16389733.

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

Color convert

RGB 101 22 250 -
CMYK 0.60 0.91 0 0.02
HSL 260.79º 0.96% 0.53% -
HSV(B) 260.79º 0.91% 0.98% -
XYZ 22.91 10.24 91.21 -
YUV 71.61 228.67 148.96 -
System Red Green Blue C M Y K H S L
Decimal 101 22 250 0.60 0.91 0 0.02 260.79 0.96 0.53
Hex 65 16 FA 3C 5B 0 2 105 60 35
Octal 145 26 372 74 133 0 2 405 140 65
Binary 1100101 10110 11111010 111100 1011011 0 10 100000101 1100000 110101

Color Harmonies of #6516FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6516FA

Black with #6516FA

Text Example


Text Example

White with #6516FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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