#422AC7

Color #422AC7 Purple Heart (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Purple Heart #422AC7

Tints of Purple Heart #422AC7

Color information

#422AC7 (or 0x422AC7) is unknown color: approx Purple Heart. HEX triplet: 42, 2A and C7. RGB value is (66,42,199). Sum of RGB (Red+Green+Blue) = 66+42+199=307 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.50% from 307); Green value is 42 (16.80% from 255 or 13.68% from 307); Blue value is 199 (78.12% from 255 or 64.82% from 307); Max value from RGB is 199 - color contains mainly: blue. Hex color #422AC7 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #422AC7 is #BDD538. Grayscale: #424242. Windows color (decimal): -12440889 or 13052482. OLE color: 13052482.

HSL color Cylindrical-coordinate representation of color #422AC7: hue angle of 249.17º degrees, saturation: 0.65, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #422AC7 is Cyan = 0.67, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB6642199-
CMYK0.670.7900.22
HSL249.17º65.15%47.25%-
HSV(B)249.17º78.89%78.04%-
XYZ13.386.9454.67-
YUV67.07202.45127.23-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 21.50%
GREEN value IS 42 (16.80% from 255) = 13.68%
BLUE value IS 199 (78.12% from 255) = 64.82%
R=21.50%
G=13.68%
B=64.82%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal66421990.670.7900.22249.1765.1547.25
Hex422AC7434F016f9412f
Octal1025230710311702637110157
Binary10000101010101100011110000111001111010110111110011000001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #422AC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #422AC7; }

 p { color: rgb(66,42,199); }

 H1.HeaderClassName
 {
   color: #422AC7;
 }
 .AnyTagClassName
 {
   color: #422AC7;
 }
</style>
background-color css

<style>
 a { background-color: #422AC7; }

 a { background-color: rgb(66,42,199); }

 div.DivClassName
 {
   background-color: #422AC7;
 }
 .BgClassName
 {
   background-color: #422AC7;
 }
</style>
border-color css

<style>
 span { border-color: #422AC7; }

 span { border-color: rgb(66,42,199); }

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