Html Css Color HEX #6415EF Han Purple

📋 copy color: '#6415EF'

red 100 ◦ green 21 ◦ blue 239

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

Shades of Han Purple #6415EF

Tints of Han Purple #6415EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 66.39%

R = 27.78%
G = 5.83%
B = 66.39%

CMYK

 C value IS 0.58

 M value IS 0.91

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#6415EF (or 0x6415EF) is known color: Han Purple. HEX triplet: 64, 15 and EF. RGB value is (100,21,239). Sum of RGB (Red+Green+Blue) = 100+21+239=360 (47% of max value = 765). Red value is 100 (39.45% from 255 or 27.78% from 360); Green value is 21 (8.59% from 255 or 5.83% from 360); Blue value is 239 (93.75% from 255 or 66.39% from 360); Max value from RGB is 239 - color contains mainly: blue. Hex color #6415EF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6415EF is #9BEA10. Grayscale: #444444. Windows color (decimal): -10218001 or 15668580. OLE color: 15668580.

HSL color Cylindrical-coordinate representation of color #6415EF: hue angle of 261.74º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6415EF is Cyan = 0.58, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 100 21 239 -
CMYK 0.58 0.91 0 0.06
HSL 261.74º 0.87% 0.51% -
HSV(B) 261.74º 0.91% 0.94% -
XYZ 21.1 9.48 82.38 -
YUV 69.47 223.67 149.77 -
System Red Green Blue C M Y K H S L
Decimal 100 21 239 0.58 0.91 0 0.06 261.74 0.87 0.51
Hex 64 15 EF 3A 5B 0 6 106 57 33
Octal 144 25 357 72 133 0 6 406 127 63
Binary 1100100 10101 11101111 111010 1011011 0 110 100000110 1010111 110011

Color Harmonies of #6415EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6415EF

Black with #6415EF

Text Example


Text Example

White with #6415EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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