Html Css Color HEX #461BB6 Purple Heart

📋 copy color: '#461BB6'

red 70 ◦ green 27 ◦ blue 182

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

Shades of Purple Heart #461BB6

Tints of Purple Heart #461BB6

RGB

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

 GREEN value IS 27 (10.94% from 255) = 9.68%

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

R = 25.09%
G = 9.68%
B = 65.23%

CMYK

 C value IS 0.62

 M value IS 0.85

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#461BB6 (or 0x461BB6) is known color: Purple Heart. HEX triplet: 46, 1B and B6. RGB value is (70,27,182). Sum of RGB (Red+Green+Blue) = 70+27+182=279 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.09% from 279); Green value is 27 (10.94% from 255 or 9.68% from 279); Blue value is 182 (71.48% from 255 or 65.23% from 279); Max value from RGB is 182 - color contains mainly: blue. Hex color #461BB6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #461BB6 is #B9E449. Grayscale: #383838. Windows color (decimal): -12182602 or 11934534. OLE color: 11934534.

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

Color convert

RGB 70 27 182 -
CMYK 0.62 0.85 0 0.29
HSL 256.65º 0.74% 0.41% -
HSV(B) 256.65º 0.85% 0.71% -
XYZ 11.36 5.46 44.71 -
YUV 57.53 198.25 136.9 -
System Red Green Blue C M Y K H S L
Decimal 70 27 182 0.62 0.85 0 0.29 256.65 0.74 0.41
Hex 46 1B B6 3E 55 0 1D 101 4A 29
Octal 106 33 266 76 125 0 35 401 112 51
Binary 1000110 11011 10110110 111110 1010101 0 11101 100000001 1001010 101001

Color Harmonies of #461BB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #461BB6

Black with #461BB6

Text Example


Text Example

White with #461BB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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