Html Css Color HEX #461DB6 Purple Heart

📋 copy color: '#461DB6'

red 70 ◦ green 29 ◦ blue 182

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

Shades of Purple Heart #461DB6

Tints of Purple Heart #461DB6

RGB

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

 GREEN value IS 29 (11.72% from 255) = 10.32%

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

R = 24.91%
G = 10.32%
B = 64.77%

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

#461DB6 (or 0x461DB6) is known color: Purple Heart. HEX triplet: 46, 1D and B6. RGB value is (70,29,182). Sum of RGB (Red+Green+Blue) = 70+29+182=281 (37% of max value = 765). Red value is 70 (27.73% from 255 or 24.91% from 281); Green value is 29 (11.72% from 255 or 10.32% from 281); Blue value is 182 (71.48% from 255 or 64.77% from 281); Max value from RGB is 182 - color contains mainly: blue. Hex color #461DB6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #461DB6 is #B9E249. Grayscale: #3A3A3A. Windows color (decimal): -12182090 or 11935046. OLE color: 11935046.

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

Color convert

RGB 70 29 182 -
CMYK 0.62 0.84 0 0.29
HSL 256.08º 0.73% 0.41% -
HSV(B) 256.08º 0.84% 0.71% -
XYZ 11.41 5.56 44.73 -
YUV 58.7 197.58 136.06 -
System Red Green Blue C M Y K H S L
Decimal 70 29 182 0.62 0.84 0 0.29 256.08 0.73 0.41
Hex 46 1D B6 3E 54 0 1D 100 49 29
Octal 106 35 266 76 124 0 35 400 111 51
Binary 1000110 11101 10110110 111110 1010100 0 11101 100000000 1001001 101001

Color Harmonies of #461DB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #461DB6

Black with #461DB6

Text Example


Text Example

White with #461DB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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