#4326C2

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

Shades of Purple Heart #4326C2

Tints of Purple Heart #4326C2

Color information

#4326C2 (or 0x4326C2) is unknown color: approx Purple Heart. HEX triplet: 43, 26 and C2. RGB value is (67,38,194). Sum of RGB (Red+Green+Blue) = 67+38+194=299 (39% of max value = 765). Red value is 67 (26.56% from 255 or 22.41% from 299); Green value is 38 (15.23% from 255 or 12.71% from 299); Blue value is 194 (76.17% from 255 or 64.88% from 299); Max value from RGB is 194 - color contains mainly: blue. Hex color #4326C2 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4326C2 is #BCD93D. Grayscale: #3F3F3F. Windows color (decimal): -12376382 or 12723779. OLE color: 12723779.

HSL color Cylindrical-coordinate representation of color #4326C2: hue angle of 251.15º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4326C2 is Cyan = 0.65, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB6738194-
CMYK0.650.8000.24
HSL251.15º67.24%45.49%-
HSV(B)251.15º80.41%76.08%-
XYZ12.756.4751.62-
YUV64.46201.11129.82-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 22.41%
GREEN value IS 38 (15.23% from 255) = 12.71%
BLUE value IS 194 (76.17% from 255) = 64.88%
R=22.41%
G=12.71%
B=64.88%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal67381940.650.8000.24251.1567.2445.49
Hex4326C24150018fb432d
Octal1034630210112003037310355
Binary10000111001101100001010000011010000011000111110111000011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4326C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4326C2; }

 p { color: rgb(67,38,194); }

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

<style>
 a { background-color: #4326C2; }

 a { background-color: rgb(67,38,194); }

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

<style>
 span { border-color: #4326C2; }

 span { border-color: rgb(67,38,194); }

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