Html Css Color HEX #461CAA Purple Heart

📋 copy color: '#461CAA'

red 70 ◦ green 28 ◦ blue 170

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

Shades of Purple Heart #461CAA

Tints of Purple Heart #461CAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 63.43%

R = 26.12%
G = 10.45%
B = 63.43%

CMYK

 C value IS 0.59

 M value IS 0.84

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#461CAA (or 0x461CAA) is known color: Purple Heart. HEX triplet: 46, 1C and AA. RGB value is (70,28,170). Sum of RGB (Red+Green+Blue) = 70+28+170=268 (35% of max value = 765). Red value is 70 (27.73% from 255 or 26.12% from 268); Green value is 28 (11.33% from 255 or 10.45% from 268); Blue value is 170 (66.80% from 255 or 63.43% from 268); Max value from RGB is 170 - color contains mainly: blue. Hex color #461CAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #461CAA is #B9E355. Grayscale: #383838. Windows color (decimal): -12182358 or 11148358. OLE color: 11148358.

HSL color Cylindrical-coordinate representation of color #461CAA: hue angle of 257.75º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #461CAA is Cyan = 0.59, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 70 28 170 -
CMYK 0.59 0.84 0 0.33
HSL 257.75º 0.72% 0.39% -
HSV(B) 257.75º 0.84% 0.67% -
XYZ 10.2 5.03 38.46 -
YUV 56.75 191.91 137.45 -
System Red Green Blue C M Y K H S L
Decimal 70 28 170 0.59 0.84 0 0.33 257.75 0.72 0.39
Hex 46 1C AA 3B 54 0 21 102 48 27
Octal 106 34 252 73 124 0 41 402 110 47
Binary 1000110 11100 10101010 111011 1010100 0 100001 100000010 1001000 100111

Color Harmonies of #461CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #461CAA

Black with #461CAA

Text Example


Text Example

White with #461CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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