Html Css Color HEX #460BB6 Purple Heart

📋 copy color: '#460BB6'

red 70 ◦ green 11 ◦ blue 182

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

Shades of Purple Heart #460BB6

Tints of Purple Heart #460BB6

RGB

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

 GREEN value IS 11 (4.69% from 255) = 4.18%

 BLUE value IS 182 (71.48% from 255) = 69.2%

R = 26.62%
G = 4.18%
B = 69.2%

CMYK

 C value IS 0.62

 M value IS 0.94

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#460BB6 (or 0x460BB6) is known color: Purple Heart. HEX triplet: 46, 0B and B6. RGB value is (70,11,182). Sum of RGB (Red+Green+Blue) = 70+11+182=263 (34% of max value = 765). Red value is 70 (27.73% from 255 or 26.62% from 263); Green value is 11 (4.69% from 255 or 4.18% from 263); Blue value is 182 (71.48% from 255 or 69.20% from 263); Max value from RGB is 182 - color contains mainly: blue. Hex color #460BB6 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #460BB6 is #B9F449. Grayscale: #2F2F2F. Windows color (decimal): -12186698 or 11930438. OLE color: 11930438.

HSL color Cylindrical-coordinate representation of color #460BB6: hue angle of 260.7º degrees, saturation: 0.89, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #460BB6 is Cyan = 0.62, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 70 11 182 -
CMYK 0.62 0.94 0 0.29
HSL 260.7º 0.89% 0.38% -
HSV(B) 260.7º 0.94% 0.71% -
XYZ 11.09 4.92 44.62 -
YUV 48.14 203.55 143.6 -
System Red Green Blue C M Y K H S L
Decimal 70 11 182 0.62 0.94 0 0.29 260.7 0.89 0.38
Hex 46 B B6 3E 5E 0 1D 105 59 26
Octal 106 13 266 76 136 0 35 405 131 46
Binary 1000110 1011 10110110 111110 1011110 0 11101 100000101 1011001 100110

Color Harmonies of #460BB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #460BB6

Black with #460BB6

Text Example


Text Example

White with #460BB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,11,182); }

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

background-color css

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

 a { background-color: rgb(70,11,182); }

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

border-color css

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

 span { border-color: rgb(70,11,182); }

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