Html Css Color HEX #4600CE Han Purple

📋 copy color: '#4600CE'

red 70 ◦ green 0 ◦ blue 206

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

Shades of Han Purple #4600CE

Tints of Han Purple #4600CE

RGB

 RED value IS 70 (27.73% from 255) = 25.36%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 206 (80.86% from 255) = 74.64%

R = 25.36%
G = 0%
B = 74.64%

CMYK

 C value IS 0.66

 M value IS 1

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#4600CE (or 0x4600CE) is known color: Han Purple. HEX triplet: 46, 00 and CE. RGB value is (70,0,206). Sum of RGB (Red+Green+Blue) = 70+0+206=276 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.36% from 276); Green value is 0 (0.39% from 255 or 0% from 276); Blue value is 206 (80.86% from 255 or 74.64% from 276); Max value from RGB is 206 - color contains mainly: blue. Hex color #4600CE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4600CE is #B9FF31. Grayscale: #2B2B2B. Windows color (decimal): -12189490 or 13500486. OLE color: 13500486.

HSL color Cylindrical-coordinate representation of color #4600CE: hue angle of 260.39º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4600CE is Cyan = 0.66, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 70 0 206 -
CMYK 0.66 1 0 0.19
HSL 260.39º 1% 0.4% -
HSV(B) 260.39º 1% 0.81% -
XYZ 13.67 5.76 58.78 -
YUV 44.41 219.19 146.25 -
System Red Green Blue C M Y K H S L
Decimal 70 0 206 0.66 1 0 0.19 260.39 1 0.4
Hex 46 0 CE 42 64 0 13 104 64 28
Octal 106 0 316 102 144 0 23 404 144 50
Binary 1000110 0 11001110 1000010 1100100 0 10011 100000100 1100100 101000

Color Harmonies of #4600CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4600CE

Black with #4600CE

Text Example


Text Example

White with #4600CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4600CE; }

 p { color: rgb(70,0,206); }

 H1.HeaderClassName
 {
   color: #4600CE;
 }
 .AnyTagClassName
 {
   color: #4600CE;
 }
</style>

background-color css

<style>
 a { background-color: #4600CE; }

 a { background-color: rgb(70,0,206); }

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

border-color css

<style>
 span { border-color: #4600CE; }

 span { border-color: rgb(70,0,206); }

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