Html Css Color HEX #460AB6 Purple Heart

📋 copy color: '#460AB6'

red 70 ◦ green 10 ◦ blue 182

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

Shades of Purple Heart #460AB6

Tints of Purple Heart #460AB6

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.82%

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

R = 26.72%
G = 3.82%
B = 69.47%

CMYK

 C value IS 0.62

 M value IS 0.95

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#460AB6 (or 0x460AB6) is known color: Purple Heart. HEX triplet: 46, 0A and B6. RGB value is (70,10,182). Sum of RGB (Red+Green+Blue) = 70+10+182=262 (34% of max value = 765). Red value is 70 (27.73% from 255 or 26.72% from 262); Green value is 10 (4.30% from 255 or 3.82% from 262); Blue value is 182 (71.48% from 255 or 69.47% from 262); Max value from RGB is 182 - color contains mainly: blue. Hex color #460AB6 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #460AB6 is #B9F549. Grayscale: #2E2E2E. Windows color (decimal): -12186954 or 11930182. OLE color: 11930182.

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

Color convert

RGB 70 10 182 -
CMYK 0.62 0.95 0 0.29
HSL 260.93º 0.9% 0.38% -
HSV(B) 260.93º 0.95% 0.71% -
XYZ 11.08 4.9 44.62 -
YUV 47.55 203.88 144.01 -
System Red Green Blue C M Y K H S L
Decimal 70 10 182 0.62 0.95 0 0.29 260.93 0.9 0.38
Hex 46 A B6 3E 5F 0 1D 105 5A 26
Octal 106 12 266 76 137 0 35 405 132 46
Binary 1000110 1010 10110110 111110 1011111 0 11101 100000101 1011010 100110

Color Harmonies of #460AB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #460AB6

Black with #460AB6

Text Example


Text Example

White with #460AB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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