Html Css Color HEX #6515FA Han Purple

📋 copy color: '#6515FA'

red 101 ◦ green 21 ◦ blue 250

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

Shades of Han Purple #6515FA

Tints of Han Purple #6515FA

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.65%

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

R = 27.15%
G = 5.65%
B = 67.2%

CMYK

 C value IS 0.60

 M value IS 0.92

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#6515FA (or 0x6515FA) is known color: Han Purple. HEX triplet: 65, 15 and FA. RGB value is (101,21,250). Sum of RGB (Red+Green+Blue) = 101+21+250=372 (49% of max value = 765). Red value is 101 (39.84% from 255 or 27.15% from 372); Green value is 21 (8.59% from 255 or 5.65% from 372); Blue value is 250 (98.05% from 255 or 67.20% from 372); Max value from RGB is 250 - color contains mainly: blue. Hex color #6515FA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6515FA is #9AEA05. Grayscale: #464646. Windows color (decimal): -10152454 or 16389477. OLE color: 16389477.

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

Color convert

RGB 101 21 250 -
CMYK 0.60 0.92 0 0.02
HSL 260.96º 0.96% 0.53% -
HSV(B) 260.96º 0.92% 0.98% -
XYZ 22.89 10.21 91.21 -
YUV 71.03 229 149.38 -
System Red Green Blue C M Y K H S L
Decimal 101 21 250 0.60 0.92 0 0.02 260.96 0.96 0.53
Hex 65 15 FA 3C 5C 0 2 105 60 35
Octal 145 25 372 74 134 0 2 405 140 65
Binary 1100101 10101 11111010 111100 1011100 0 10 100000101 1100000 110101

Color Harmonies of #6515FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6515FA

Black with #6515FA

Text Example


Text Example

White with #6515FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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