Html Css Color HEX #461ACC Purple Heart

📋 copy color: '#461ACC'

red 70 ◦ green 26 ◦ blue 204

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

Shades of Purple Heart #461ACC

Tints of Purple Heart #461ACC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 68%

R = 23.33%
G = 8.67%
B = 68%

CMYK

 C value IS 0.66

 M value IS 0.87

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#461ACC (or 0x461ACC) is known color: Purple Heart. HEX triplet: 46, 1A and CC. RGB value is (70,26,204). Sum of RGB (Red+Green+Blue) = 70+26+204=300 (39% of max value = 765). Red value is 70 (27.73% from 255 or 23.33% from 300); Green value is 26 (10.55% from 255 or 8.67% from 300); Blue value is 204 (80.08% from 255 or 68% from 300); Max value from RGB is 204 - color contains mainly: blue. Hex color #461ACC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #461ACC is #B9E533. Grayscale: #3A3A3A. Windows color (decimal): -12182836 or 13376070. OLE color: 13376070.

HSL color Cylindrical-coordinate representation of color #461ACC: hue angle of 254.83º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #461ACC is Cyan = 0.66, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 70 26 204 -
CMYK 0.66 0.87 0 0.2
HSL 254.83º 0.77% 0.45% -
HSV(B) 254.83º 0.87% 0.8% -
XYZ 13.79 6.4 57.64 -
YUV 59.45 209.58 135.53 -
System Red Green Blue C M Y K H S L
Decimal 70 26 204 0.66 0.87 0 0.2 254.83 0.77 0.45
Hex 46 1A CC 42 57 0 14 FF 4D 2D
Octal 106 32 314 102 127 0 24 377 115 55
Binary 1000110 11010 11001100 1000010 1010111 0 10100 11111111 1001101 101101

Color Harmonies of #461ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #461ACC

Black with #461ACC

Text Example


Text Example

White with #461ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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