#4F34CC

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

Shades of Purple Heart #4F34CC

Tints of Purple Heart #4F34CC

Color information

#4F34CC (or 0x4F34CC) is unknown color: approx Purple Heart. HEX triplet: 4F, 34 and CC. RGB value is (79,52,204). Sum of RGB (Red+Green+Blue) = 79+52+204=335 (44% of max value = 765). Red value is 79 (31.25% from 255 or 23.58% from 335); Green value is 52 (20.70% from 255 or 15.52% from 335); Blue value is 204 (80.08% from 255 or 60.90% from 335); Max value from RGB is 204 - color contains mainly: blue. Hex color #4F34CC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4F34CC is #B0CB33. Grayscale: #4C4C4C. Windows color (decimal): -11586356 or 13382735. OLE color: 13382735.

HSL color Cylindrical-coordinate representation of color #4F34CC: hue angle of 250.66º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4F34CC is Cyan = 0.61, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB7952204-
CMYK0.610.7500.2
HSL250.66º59.84%50.2%-
HSV(B)250.66º74.51%80%-
XYZ15.358.4857.95-
YUV77.4199.45129.14-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 23.58%
GREEN value IS 52 (20.70% from 255) = 15.52%
BLUE value IS 204 (80.08% from 255) = 60.90%
R=23.58%
G=15.52%
B=60.90%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal79522040.610.7500.2250.6659.8450.2
Hex4F34CC3D4B014fb3c32
Octal11764314751130243737462
Binary100111111010011001100111101100101101010011111011111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F34CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4F34CC; }

 p { color: rgb(79,52,204); }

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

<style>
 a { background-color: #4F34CC; }

 a { background-color: rgb(79,52,204); }

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

<style>
 span { border-color: #4F34CC; }

 span { border-color: rgb(79,52,204); }

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