Html Css Color HEX #460EB1 Purple Heart

📋 copy color: '#460EB1'

red 70 ◦ green 14 ◦ blue 177

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

Shades of Purple Heart #460EB1

Tints of Purple Heart #460EB1

RGB

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

 GREEN value IS 14 (5.86% from 255) = 5.36%

 BLUE value IS 177 (69.53% from 255) = 67.82%

R = 26.82%
G = 5.36%
B = 67.82%

CMYK

 C value IS 0.60

 M value IS 0.92

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#460EB1 (or 0x460EB1) is known color: Purple Heart. HEX triplet: 46, 0E and B1. RGB value is (70,14,177). Sum of RGB (Red+Green+Blue) = 70+14+177=261 (34% of max value = 765). Red value is 70 (27.73% from 255 or 26.82% from 261); Green value is 14 (5.86% from 255 or 5.36% from 261); Blue value is 177 (69.53% from 255 or 67.82% from 261); Max value from RGB is 177 - color contains mainly: blue. Hex color #460EB1 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #460EB1 is #B9F14E. Grayscale: #303030. Windows color (decimal): -12185935 or 11603526. OLE color: 11603526.

HSL color Cylindrical-coordinate representation of color #460EB1: hue angle of 260.61º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #460EB1 is Cyan = 0.60, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 70 14 177 -
CMYK 0.60 0.92 0 0.31
HSL 260.61º 0.85% 0.37% -
HSV(B) 260.61º 0.92% 0.69% -
XYZ 10.62 4.79 41.96 -
YUV 49.33 200.05 142.75 -
System Red Green Blue C M Y K H S L
Decimal 70 14 177 0.60 0.92 0 0.31 260.61 0.85 0.37
Hex 46 E B1 3C 5C 0 1F 105 55 25
Octal 106 16 261 74 134 0 37 405 125 45
Binary 1000110 1110 10110001 111100 1011100 0 11111 100000101 1010101 100101

Color Harmonies of #460EB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #460EB1

Black with #460EB1

Text Example


Text Example

White with #460EB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,14,177); }

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

background-color css

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

 a { background-color: rgb(70,14,177); }

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

border-color css

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

 span { border-color: rgb(70,14,177); }

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