Html Css Color HEX #6415FF Han Purple

📋 copy color: '#6415FF'

red 100 ◦ green 21 ◦ blue 255

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

Shades of Han Purple #6415FF

Tints of Han Purple #6415FF

RGB

 RED value IS 100 (39.45% from 255) = 26.6%

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

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

R = 26.6%
G = 5.59%
B = 67.82%

CMYK

 C value IS 0.61

 M value IS 0.92

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#6415FF (or 0x6415FF) is known color: Han Purple. HEX triplet: 64, 15 and FF. RGB value is (100,21,255). Sum of RGB (Red+Green+Blue) = 100+21+255=376 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.60% from 376); Green value is 21 (8.59% from 255 or 5.59% from 376); Blue value is 255 (100% from 255 or 67.82% from 376); Max value from RGB is 255 - color contains mainly: blue. Hex color #6415FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6415FF is #9BEA00. Grayscale: #464646. Windows color (decimal): -10217985 or 16717156. OLE color: 16717156.

HSL color Cylindrical-coordinate representation of color #6415FF: hue angle of 260.26º 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 #6415FF is Cyan = 0.61, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 100 21 255 -
CMYK 0.61 0.92 0 0
HSL 260.26º 1% 0.54% -
HSV(B) 260.26º 0.92% 1% -
XYZ 23.57 10.47 95.39 -
YUV 71.3 231.67 148.47 -
System Red Green Blue C M Y K H S L
Decimal 100 21 255 0.61 0.92 0 0 260.26 1 0.54
Hex 64 15 FF 3D 5C 0 0 104 64 36
Octal 144 25 377 75 134 0 0 404 144 66
Binary 1100100 10101 11111111 111101 1011100 0 0 100000100 1100100 110110

Color Harmonies of #6415FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6415FF

Black with #6415FF

Text Example


Text Example

White with #6415FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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