Html Css Color HEX #461CB6 Purple Heart

📋 copy color: '#461CB6'

red 70 ◦ green 28 ◦ blue 182

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

Shades of Purple Heart #461CB6

Tints of Purple Heart #461CB6

RGB

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

 GREEN value IS 28 (11.33% from 255) = 10%

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

R = 25%
G = 10%
B = 65%

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

#461CB6 (or 0x461CB6) is known color: Purple Heart. HEX triplet: 46, 1C and B6. RGB value is (70,28,182). Sum of RGB (Red+Green+Blue) = 70+28+182=280 (37% of max value = 765). Red value is 70 (27.73% from 255 or 25% from 280); Green value is 28 (11.33% from 255 or 10% from 280); Blue value is 182 (71.48% from 255 or 65% from 280); Max value from RGB is 182 - color contains mainly: blue. Hex color #461CB6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #461CB6 is #B9E349. Grayscale: #393939. Windows color (decimal): -12182346 or 11934790. OLE color: 11934790.

HSL color Cylindrical-coordinate representation of color #461CB6: hue angle of 256.36º degrees, saturation: 0.73, 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 #461CB6 is Cyan = 0.62, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 70 28 182 -
CMYK 0.62 0.85 0 0.29
HSL 256.36º 0.73% 0.41% -
HSV(B) 256.36º 0.85% 0.71% -
XYZ 11.38 5.51 44.72 -
YUV 58.11 197.91 136.48 -
System Red Green Blue C M Y K H S L
Decimal 70 28 182 0.62 0.85 0 0.29 256.36 0.73 0.41
Hex 46 1C B6 3E 55 0 1D 100 49 29
Octal 106 34 266 76 125 0 35 400 111 51
Binary 1000110 11100 10110110 111110 1010101 0 11101 100000000 1001001 101001

Color Harmonies of #461CB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #461CB6

Black with #461CB6

Text Example


Text Example

White with #461CB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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