#4325CC

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

Shades of Purple Heart #4325CC

Tints of Purple Heart #4325CC

Color information

#4325CC (or 0x4325CC) is unknown color: approx Purple Heart. HEX triplet: 43, 25 and CC. RGB value is (67,37,204). Sum of RGB (Red+Green+Blue) = 67+37+204=308 (40% of max value = 765). Red value is 67 (26.56% from 255 or 21.75% from 308); Green value is 37 (14.84% from 255 or 12.01% from 308); Blue value is 204 (80.08% from 255 or 66.23% from 308); Max value from RGB is 204 - color contains mainly: blue. Hex color #4325CC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4325CC is #BCDA33. Grayscale: #404040. Windows color (decimal): -12376628 or 13378883. OLE color: 13378883.

HSL color Cylindrical-coordinate representation of color #4325CC: hue angle of 250.78º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4325CC is Cyan = 0.67, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB6737204-
CMYK0.670.8200.2
HSL250.78º69.29%47.25%-
HSV(B)250.78º81.86%80%-
XYZ13.886.8857.72-
YUV65.01206.44129.42-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 21.75%
GREEN value IS 37 (14.84% from 255) = 12.01%
BLUE value IS 204 (80.08% from 255) = 66.23%
R=21.75%
G=12.01%
B=66.23%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal67372040.670.8200.2250.7869.2947.25
Hex4325CC4352014fb452f
Octal1034531410312202437310557
Binary10000111001011100110010000111010010010100111110111000101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4325CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4325CC; }

 p { color: rgb(67,37,204); }

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

<style>
 a { background-color: #4325CC; }

 a { background-color: rgb(67,37,204); }

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

<style>
 span { border-color: #4325CC; }

 span { border-color: rgb(67,37,204); }

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