Html Css Color HEX #460CEB Han Purple

📋 copy color: '#460CEB'

red 70 ◦ green 12 ◦ blue 235

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

Shades of Han Purple #460CEB

Tints of Han Purple #460CEB

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.79%

 BLUE value IS 235 (92.19% from 255) = 74.13%

R = 22.08%
G = 3.79%
B = 74.13%

CMYK

 C value IS 0.70

 M value IS 0.95

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#460CEB (or 0x460CEB) is known color: Han Purple. HEX triplet: 46, 0C and EB. RGB value is (70,12,235). Sum of RGB (Red+Green+Blue) = 70+12+235=317 (41% of max value = 765). Red value is 70 (27.73% from 255 or 22.08% from 317); Green value is 12 (5.08% from 255 or 3.79% from 317); Blue value is 235 (92.19% from 255 or 74.13% from 317); Max value from RGB is 235 - color contains mainly: blue. Hex color #460CEB is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #460CEB is #B9F314. Grayscale: #353535. Windows color (decimal): -12186389 or 15404102. OLE color: 15404102.

HSL color Cylindrical-coordinate representation of color #460CEB: hue angle of 255.61º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #460CEB is Cyan = 0.70, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 70 12 235 -
CMYK 0.70 0.95 0 0.08
HSL 255.61º 0.9% 0.48% -
HSV(B) 255.61º 0.95% 0.92% -
XYZ 17.65 7.56 79.13 -
YUV 54.76 229.72 138.87 -
System Red Green Blue C M Y K H S L
Decimal 70 12 235 0.70 0.95 0 0.08 255.61 0.9 0.48
Hex 46 C EB 46 5F 0 8 100 5A 30
Octal 106 14 353 106 137 0 10 400 132 60
Binary 1000110 1100 11101011 1000110 1011111 0 1000 100000000 1011010 110000

Color Harmonies of #460CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #460CEB

Black with #460CEB

Text Example


Text Example

White with #460CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #460CEB; }

 p { color: rgb(70,12,235); }

 H1.HeaderClassName
 {
   color: #460CEB;
 }
 .AnyTagClassName
 {
   color: #460CEB;
 }
</style>

background-color css

<style>
 a { background-color: #460CEB; }

 a { background-color: rgb(70,12,235); }

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

border-color css

<style>
 span { border-color: #460CEB; }

 span { border-color: rgb(70,12,235); }

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