Html Css Color HEX #6515E9 Han Purple

📋 copy color: '#6515E9'

red 101 ◦ green 21 ◦ blue 233

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

Shades of Han Purple #6515E9

Tints of Han Purple #6515E9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 65.63%

R = 28.45%
G = 5.92%
B = 65.63%

CMYK

 C value IS 0.57

 M value IS 0.91

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#6515E9 (or 0x6515E9) is known color: Han Purple. HEX triplet: 65, 15 and E9. RGB value is (101,21,233). Sum of RGB (Red+Green+Blue) = 101+21+233=355 (47% of max value = 765). Red value is 101 (39.84% from 255 or 28.45% from 355); Green value is 21 (8.59% from 255 or 5.92% from 355); Blue value is 233 (91.41% from 255 or 65.63% from 355); Max value from RGB is 233 - color contains mainly: blue. Hex color #6515E9 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6515E9 is #9AEA16. Grayscale: #444444. Windows color (decimal): -10152471 or 15275365. OLE color: 15275365.

HSL color Cylindrical-coordinate representation of color #6515E9: hue angle of 262.64º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6515E9 is Cyan = 0.57, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 101 21 233 -
CMYK 0.57 0.91 0 0.09
HSL 262.64º 0.83% 0.5% -
HSV(B) 262.64º 0.91% 0.91% -
XYZ 20.34 9.19 77.79 -
YUV 69.09 220.5 150.76 -
System Red Green Blue C M Y K H S L
Decimal 101 21 233 0.57 0.91 0 0.09 262.64 0.83 0.5
Hex 65 15 E9 39 5B 0 9 107 53 32
Octal 145 25 351 71 133 0 11 407 123 62
Binary 1100101 10101 11101001 111001 1011011 0 1001 100000111 1010011 110010

Color Harmonies of #6515E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6515E9

Black with #6515E9

Text Example


Text Example

White with #6515E9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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