Html Css Color HEX #461AC8 Purple Heart

📋 copy color: '#461AC8'

red 70 ◦ green 26 ◦ blue 200

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

Shades of Purple Heart #461AC8

Tints of Purple Heart #461AC8

RGB

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

 GREEN value IS 26 (10.55% from 255) = 8.78%

 BLUE value IS 200 (78.52% from 255) = 67.57%

R = 23.65%
G = 8.78%
B = 67.57%

CMYK

 C value IS 0.65

 M value IS 0.87

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#461AC8 (or 0x461AC8) is known color: Purple Heart. HEX triplet: 46, 1A and C8. RGB value is (70,26,200). Sum of RGB (Red+Green+Blue) = 70+26+200=296 (39% of max value = 765). Red value is 70 (27.73% from 255 or 23.65% from 296); Green value is 26 (10.55% from 255 or 8.78% from 296); Blue value is 200 (78.52% from 255 or 67.57% from 296); Max value from RGB is 200 - color contains mainly: blue. Hex color #461AC8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #461AC8 is #B9E537. Grayscale: #3A3A3A. Windows color (decimal): -12182840 or 13113926. OLE color: 13113926.

HSL color Cylindrical-coordinate representation of color #461AC8: hue angle of 255.17º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #461AC8 is Cyan = 0.65, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 70 26 200 -
CMYK 0.65 0.87 0 0.22
HSL 255.17º 0.77% 0.44% -
HSV(B) 255.17º 0.87% 0.78% -
XYZ 13.32 6.21 55.14 -
YUV 58.99 207.58 135.85 -
System Red Green Blue C M Y K H S L
Decimal 70 26 200 0.65 0.87 0 0.22 255.17 0.77 0.44
Hex 46 1A C8 41 57 0 16 FF 4D 2C
Octal 106 32 310 101 127 0 26 377 115 54
Binary 1000110 11010 11001000 1000001 1010111 0 10110 11111111 1001101 101100

Color Harmonies of #461AC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #461AC8

Black with #461AC8

Text Example


Text Example

White with #461AC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,26,200); }

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

background-color css

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

 a { background-color: rgb(70,26,200); }

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

border-color css

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

 span { border-color: rgb(70,26,200); }

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