#422FBA

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

Shades of Purple Heart #422FBA

Tints of Purple Heart #422FBA

Color information

#422FBA (or 0x422FBA) is unknown color: approx Purple Heart. HEX triplet: 42, 2F and BA. RGB value is (66,47,186). Sum of RGB (Red+Green+Blue) = 66+47+186=299 (39% of max value = 765). Red value is 66 (26.17% from 255 or 22.07% from 299); Green value is 47 (18.75% from 255 or 15.72% from 299); Blue value is 186 (73.05% from 255 or 62.21% from 299); Max value from RGB is 186 - color contains mainly: blue. Hex color #422FBA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #422FBA is #BDD045. Grayscale: #434343. Windows color (decimal): -12439622 or 12201794. OLE color: 12201794.

HSL color Cylindrical-coordinate representation of color #422FBA: hue angle of 248.2º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #422FBA is Cyan = 0.65, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB6647186-
CMYK0.650.7500.27
HSL248.2º59.66%45.69%-
HSV(B)248.2º74.73%72.94%-
XYZ12.136.7447.12-
YUV68.53194.29126.2-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 22.07%
GREEN value IS 47 (18.75% from 255) = 15.72%
BLUE value IS 186 (73.05% from 255) = 62.21%
R=22.07%
G=15.72%
B=62.21%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal66471860.650.7500.27248.259.6645.69
Hex422FBA414B01Bf83c2e
Octal102572721011130333707456
Binary1000010101111101110101000001100101101101111111000111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #422FBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,47,186); }

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

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

 a { background-color: rgb(66,47,186); }

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

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

 span { border-color: rgb(66,47,186); }

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