Html Css Color HEX #6415DE Han Purple

📋 copy color: '#6415DE'

red 100 ◦ green 21 ◦ blue 222

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

Shades of Han Purple #6415DE

Tints of Han Purple #6415DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 64.72%

R = 29.15%
G = 6.12%
B = 64.72%

CMYK

 C value IS 0.55

 M value IS 0.91

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6415DE (or 0x6415DE) is known color: Han Purple. HEX triplet: 64, 15 and DE. RGB value is (100,21,222). Sum of RGB (Red+Green+Blue) = 100+21+222=343 (45% of max value = 765). Red value is 100 (39.45% from 255 or 29.15% from 343); Green value is 21 (8.59% from 255 or 6.12% from 343); Blue value is 222 (87.11% from 255 or 64.72% from 343); Max value from RGB is 222 - color contains mainly: blue. Hex color #6415DE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6415DE is #9BEA21. Grayscale: #424242. Windows color (decimal): -10218018 or 14554468. OLE color: 14554468.

HSL color Cylindrical-coordinate representation of color #6415DE: hue angle of 263.58º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6415DE is Cyan = 0.55, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 100 21 222 -
CMYK 0.55 0.91 0 0.13
HSL 263.58º 0.83% 0.48% -
HSV(B) 263.58º 0.91% 0.87% -
XYZ 18.71 8.52 69.77 -
YUV 67.54 215.17 151.16 -
System Red Green Blue C M Y K H S L
Decimal 100 21 222 0.55 0.91 0 0.13 263.58 0.83 0.48
Hex 64 15 DE 37 5B 0 D 108 53 30
Octal 144 25 336 67 133 0 15 410 123 60
Binary 1100100 10101 11011110 110111 1011011 0 1101 100001000 1010011 110000

Color Harmonies of #6415DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6415DE

Black with #6415DE

Text Example


Text Example

White with #6415DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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