#4F26CC

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

Shades of Purple Heart #4F26CC

Tints of Purple Heart #4F26CC

Color information

#4F26CC (or 0x4F26CC) is unknown color: approx Purple Heart. HEX triplet: 4F, 26 and CC. RGB value is (79,38,204). Sum of RGB (Red+Green+Blue) = 79+38+204=321 (42% of max value = 765). Red value is 79 (31.25% from 255 or 24.61% from 321); Green value is 38 (15.23% from 255 or 11.84% from 321); Blue value is 204 (80.08% from 255 or 63.55% from 321); Max value from RGB is 204 - color contains mainly: blue. Hex color #4F26CC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4F26CC is #B0D933. Grayscale: #444444. Windows color (decimal): -11589940 or 13379151. OLE color: 13379151.

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

Color convert

RGB7938204-
CMYK0.610.8100.2
HSL254.82º68.6%47.45%-
HSV(B)254.82º81.37%80%-
XYZ14.827.4157.78-
YUV69.18204.08135-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 24.61%
GREEN value IS 38 (15.23% from 255) = 11.84%
BLUE value IS 204 (80.08% from 255) = 63.55%
R=24.61%
G=11.84%
B=63.55%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal79382040.610.8100.2254.8268.647.45
Hex4F26CC3D51014ff452f
Octal117463147512102437710557
Binary1001111100110110011001111011010001010100111111111000101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F26CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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