Html Css Color HEX #461EB6 Purple Heart

📋 copy color: '#461EB6'

red 70 ◦ green 30 ◦ blue 182

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

Shades of Purple Heart #461EB6

Tints of Purple Heart #461EB6

RGB

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

 GREEN value IS 30 (12.11% from 255) = 10.64%

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

R = 24.82%
G = 10.64%
B = 64.54%

CMYK

 C value IS 0.62

 M value IS 0.84

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#461EB6 (or 0x461EB6) is known color: Purple Heart. HEX triplet: 46, 1E and B6. RGB value is (70,30,182). Sum of RGB (Red+Green+Blue) = 70+30+182=282 (37% of max value = 765). Red value is 70 (27.73% from 255 or 24.82% from 282); Green value is 30 (12.11% from 255 or 10.64% from 282); Blue value is 182 (71.48% from 255 or 64.54% from 282); Max value from RGB is 182 - color contains mainly: blue. Hex color #461EB6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #461EB6 is #B9E149. Grayscale: #3A3A3A. Windows color (decimal): -12181834 or 11935302. OLE color: 11935302.

HSL color Cylindrical-coordinate representation of color #461EB6: hue angle of 255.79º degrees, saturation: 0.72, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #461EB6 is Cyan = 0.62, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 70 30 182 -
CMYK 0.62 0.84 0 0.29
HSL 255.79º 0.72% 0.42% -
HSV(B) 255.79º 0.84% 0.71% -
XYZ 11.43 5.61 44.74 -
YUV 59.29 197.25 135.64 -
System Red Green Blue C M Y K H S L
Decimal 70 30 182 0.62 0.84 0 0.29 255.79 0.72 0.42
Hex 46 1E B6 3E 54 0 1D 100 48 2A
Octal 106 36 266 76 124 0 35 400 110 52
Binary 1000110 11110 10110110 111110 1010100 0 11101 100000000 1001000 101010

Color Harmonies of #461EB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #461EB6

Black with #461EB6

Text Example


Text Example

White with #461EB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #461EB6; }

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

 H1.HeaderClassName
 {
   color: #461EB6;
 }
 .AnyTagClassName
 {
   color: #461EB6;
 }
</style>

background-color css

<style>
 a { background-color: #461EB6; }

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

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

border-color css

<style>
 span { border-color: #461EB6; }

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

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