Html Css Color HEX #4F26C1 Purple Heart

📋 copy color: '#4F26C1'

red 79 ◦ green 38 ◦ blue 193

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

Shades of Purple Heart #4F26C1

Tints of Purple Heart #4F26C1

RGB

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

 GREEN value IS 38 (15.23% from 255) = 12.26%

 BLUE value IS 193 (75.78% from 255) = 62.26%

R = 25.48%
G = 12.26%
B = 62.26%

CMYK

 C value IS 0.59

 M value IS 0.80

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#4F26C1 (or 0x4F26C1) is known color: Purple Heart. HEX triplet: 4F, 26 and C1. RGB value is (79,38,193). Sum of RGB (Red+Green+Blue) = 79+38+193=310 (41% of max value = 765). Red value is 79 (31.25% from 255 or 25.48% from 310); Green value is 38 (15.23% from 255 or 12.26% from 310); Blue value is 193 (75.78% from 255 or 62.26% from 310); Max value from RGB is 193 - color contains mainly: blue. Hex color #4F26C1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4F26C1 is #B0D93E. Grayscale: #434343. Windows color (decimal): -11589951 or 12658255. OLE color: 12658255.

HSL color Cylindrical-coordinate representation of color #4F26C1: hue angle of 255.87º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4F26C1 is Cyan = 0.59, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 79 38 193 -
CMYK 0.59 0.80 0 0.24
HSL 255.87º 0.67% 0.45% -
HSV(B) 255.87º 0.8% 0.76% -
XYZ 13.54 6.9 51.07 -
YUV 67.93 198.58 135.9 -
System Red Green Blue C M Y K H S L
Decimal 79 38 193 0.59 0.80 0 0.24 255.87 0.67 0.45
Hex 4F 26 C1 3B 50 0 18 100 43 2D
Octal 117 46 301 73 120 0 30 400 103 55
Binary 1001111 100110 11000001 111011 1010000 0 11000 100000000 1000011 101101

Color Harmonies of #4F26C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F26C1

Black with #4F26C1

Text Example


Text Example

White with #4F26C1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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