Html Css Color HEX #4F1CCC Purple Heart

📋 copy color: '#4F1CCC'

red 79 ◦ green 28 ◦ blue 204

#4F1CCC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Purple Heart #4F1CCC

Tints of Purple Heart #4F1CCC

RGB

 RED value IS 79 (31.25% from 255) = 25.4%

 GREEN value IS 28 (11.33% from 255) = 9%

 BLUE value IS 204 (80.08% from 255) = 65.59%

R = 25.4%
G = 9%
B = 65.59%

CMYK

 C value IS 0.61

 M value IS 0.86

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#4F1CCC (or 0x4F1CCC) is known color: Purple Heart. HEX triplet: 4F, 1C and CC. RGB value is (79,28,204). Sum of RGB (Red+Green+Blue) = 79+28+204=311 (41% of max value = 765). Red value is 79 (31.25% from 255 or 25.40% from 311); Green value is 28 (11.33% from 255 or 9.00% from 311); Blue value is 204 (80.08% from 255 or 65.59% from 311); Max value from RGB is 204 - color contains mainly: blue. Hex color #4F1CCC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4F1CCC is #B0E333. Grayscale: #3E3E3E. Windows color (decimal): -11592500 or 13376591. OLE color: 13376591.

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

Color convert

RGB 79 28 204 -
CMYK 0.61 0.86 0 0.2
HSL 257.39º 0.76% 0.45% -
HSV(B) 257.39º 0.86% 0.8% -
XYZ 14.54 6.85 57.68 -
YUV 63.31 207.4 139.19 -
System Red Green Blue C M Y K H S L
Decimal 79 28 204 0.61 0.86 0 0.2 257.39 0.76 0.45
Hex 4F 1C CC 3D 56 0 14 101 4C 2D
Octal 117 34 314 75 126 0 24 401 114 55
Binary 1001111 11100 11001100 111101 1010110 0 10100 100000001 1001100 101101

Color Harmonies of #4F1CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F1CCC

Black with #4F1CCC

Text Example


Text Example

White with #4F1CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #4F1CCC;
 }
 .AnyTagClassName
 {
   color: #4F1CCC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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