Html Css Color HEX #6515FF Han Purple

📋 copy color: '#6515FF'

red 101 ◦ green 21 ◦ blue 255

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

Shades of Han Purple #6515FF

Tints of Han Purple #6515FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 67.64%

R = 26.79%
G = 5.57%
B = 67.64%

CMYK

 C value IS 0.60

 M value IS 0.92

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#6515FF (or 0x6515FF) is known color: Han Purple. HEX triplet: 65, 15 and FF. RGB value is (101,21,255). Sum of RGB (Red+Green+Blue) = 101+21+255=377 (49% of max value = 765). Red value is 101 (39.84% from 255 or 26.79% from 377); Green value is 21 (8.59% from 255 or 5.57% from 377); Blue value is 255 (100% from 255 or 67.64% from 377); Max value from RGB is 255 - color contains mainly: blue. Hex color #6515FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6515FF is #9AEA00. Grayscale: #464646. Windows color (decimal): -10152449 or 16717157. OLE color: 16717157.

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

Color convert

RGB 101 21 255 -
CMYK 0.60 0.92 0 0
HSL 260.51º 1% 0.54% -
HSV(B) 260.51º 0.92% 1% -
XYZ 23.68 10.52 95.39 -
YUV 71.6 231.5 148.97 -
System Red Green Blue C M Y K H S L
Decimal 101 21 255 0.60 0.92 0 0 260.51 1 0.54
Hex 65 15 FF 3C 5C 0 0 105 64 36
Octal 145 25 377 74 134 0 0 405 144 66
Binary 1100101 10101 11111111 111100 1011100 0 0 100000101 1100100 110110

Color Harmonies of #6515FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6515FF

Black with #6515FF

Text Example


Text Example

White with #6515FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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