Html Css Color HEX #6415FE Han Purple

📋 copy color: '#6415FE'

red 100 ◦ green 21 ◦ blue 254

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

Shades of Han Purple #6415FE

Tints of Han Purple #6415FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 67.73%

R = 26.67%
G = 5.6%
B = 67.73%

CMYK

 C value IS 0.61

 M value IS 0.92

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#6415FE (or 0x6415FE) is known color: Han Purple. HEX triplet: 64, 15 and FE. RGB value is (100,21,254). Sum of RGB (Red+Green+Blue) = 100+21+254=375 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.67% from 375); Green value is 21 (8.59% from 255 or 5.6% from 375); Blue value is 254 (99.61% from 255 or 67.73% from 375); Max value from RGB is 254 - color contains mainly: blue. Hex color #6415FE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6415FE is #9BEA01. Grayscale: #464646. Windows color (decimal): -10217986 or 16651620. OLE color: 16651620.

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

Color convert

RGB 100 21 254 -
CMYK 0.61 0.92 0 0.00
HSL 260.34º 0.99% 0.54% -
HSV(B) 260.34º 0.92% 1% -
XYZ 23.41 10.4 94.54 -
YUV 71.18 231.17 148.55 -
System Red Green Blue C M Y K H S L
Decimal 100 21 254 0.61 0.92 0 0.00 260.34 0.99 0.54
Hex 64 15 FE 3D 5C 0 0 104 63 36
Octal 144 25 376 75 134 0 0 404 143 66
Binary 1100100 10101 11111110 111101 1011100 0 0 100000100 1100011 110110

Color Harmonies of #6415FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6415FE

Black with #6415FE

Text Example


Text Example

White with #6415FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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