#4223C1

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

Shades of Purple Heart #4223C1

Tints of Purple Heart #4223C1

Color information

#4223C1 (or 0x4223C1) is unknown color: approx Purple Heart. HEX triplet: 42, 23 and C1. RGB value is (66,35,193). Sum of RGB (Red+Green+Blue) = 66+35+193=294 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.45% from 294); Green value is 35 (14.06% from 255 or 11.90% from 294); Blue value is 193 (75.78% from 255 or 65.65% from 294); Max value from RGB is 193 - color contains mainly: blue. Hex color #4223C1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4223C1 is #BDDC3E. Grayscale: #3D3D3D. Windows color (decimal): -12442687 or 12657474. OLE color: 12657474.

HSL color Cylindrical-coordinate representation of color #4223C1: hue angle of 251.77º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4223C1 is Cyan = 0.66, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB6635193-
CMYK0.660.8200.24
HSL251.77º69.3%44.71%-
HSV(B)251.77º81.87%75.69%-
XYZ12.476.2150.99-
YUV62.28201.77130.65-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 22.45%
GREEN value IS 35 (14.06% from 255) = 11.90%
BLUE value IS 193 (75.78% from 255) = 65.65%
R=22.45%
G=11.90%
B=65.65%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal66351930.660.8200.24251.7769.344.71
Hex4223C14252018fc452d
Octal1024330110212203037410555
Binary10000101000111100000110000101010010011000111111001000101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4223C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4223C1; }

 p { color: rgb(66,35,193); }

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

<style>
 a { background-color: #4223C1; }

 a { background-color: rgb(66,35,193); }

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

<style>
 span { border-color: #4223C1; }

 span { border-color: rgb(66,35,193); }

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