Html Css Color HEX #4F26CB Purple Heart

📋 copy color: '#4F26CB'

red 79 ◦ green 38 ◦ blue 203

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

Shades of Purple Heart #4F26CB

Tints of Purple Heart #4F26CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 63.44%

R = 24.69%
G = 11.88%
B = 63.44%

CMYK

 C value IS 0.61

 M value IS 0.81

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#4F26CB (or 0x4F26CB) is known color: Purple Heart. HEX triplet: 4F, 26 and CB. RGB value is (79,38,203). Sum of RGB (Red+Green+Blue) = 79+38+203=320 (42% of max value = 765). Red value is 79 (31.25% from 255 or 24.69% from 320); Green value is 38 (15.23% from 255 or 11.88% from 320); Blue value is 203 (79.69% from 255 or 63.44% from 320); Max value from RGB is 203 - color contains mainly: blue. Hex color #4F26CB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4F26CB is #B0D934. Grayscale: #444444. Windows color (decimal): -11589941 or 13313615. OLE color: 13313615.

HSL color Cylindrical-coordinate representation of color #4F26CB: hue angle of 254.91º degrees, saturation: 0.68, 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 #4F26CB is Cyan = 0.61, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 79 38 203 -
CMYK 0.61 0.81 0 0.20
HSL 254.91º 0.68% 0.47% -
HSV(B) 254.91º 0.81% 0.8% -
XYZ 14.7 7.36 57.15 -
YUV 69.07 203.58 135.08 -
System Red Green Blue C M Y K H S L
Decimal 79 38 203 0.61 0.81 0 0.20 254.91 0.68 0.47
Hex 4F 26 CB 3D 51 0 14 FF 44 2F
Octal 117 46 313 75 121 0 24 377 104 57
Binary 1001111 100110 11001011 111101 1010001 0 10100 11111111 1000100 101111

Color Harmonies of #4F26CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F26CB

Black with #4F26CB

Text Example


Text Example

White with #4F26CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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