Html Css Color HEX #4F36BC Purple Heart

📋 copy color: '#4F36BC'

red 79 ◦ green 54 ◦ blue 188

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

Shades of Purple Heart #4F36BC

Tints of Purple Heart #4F36BC

RGB

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

 GREEN value IS 54 (21.48% from 255) = 16.82%

 BLUE value IS 188 (73.83% from 255) = 58.57%

R = 24.61%
G = 16.82%
B = 58.57%

CMYK

 C value IS 0.58

 M value IS 0.71

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#4F36BC (or 0x4F36BC) is known color: Purple Heart. HEX triplet: 4F, 36 and BC. RGB value is (79,54,188). Sum of RGB (Red+Green+Blue) = 79+54+188=321 (42% of max value = 765). Red value is 79 (31.25% from 255 or 24.61% from 321); Green value is 54 (21.48% from 255 or 16.82% from 321); Blue value is 188 (73.83% from 255 or 58.57% from 321); Max value from RGB is 188 - color contains mainly: blue. Hex color #4F36BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4F36BC is #B0C943. Grayscale: #4C4C4C. Windows color (decimal): -11585860 or 12334671. OLE color: 12334671.

HSL color Cylindrical-coordinate representation of color #4F36BC: hue angle of 251.19º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4F36BC is Cyan = 0.58, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 79 54 188 -
CMYK 0.58 0.71 0 0.26
HSL 251.19º 0.55% 0.47% -
HSV(B) 251.19º 0.71% 0.74% -
XYZ 13.62 7.93 48.39 -
YUV 76.75 190.78 129.6 -
System Red Green Blue C M Y K H S L
Decimal 79 54 188 0.58 0.71 0 0.26 251.19 0.55 0.47
Hex 4F 36 BC 3A 47 0 1A FB 37 2F
Octal 117 66 274 72 107 0 32 373 67 57
Binary 1001111 110110 10111100 111010 1000111 0 11010 11111011 110111 101111

Color Harmonies of #4F36BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F36BC

Black with #4F36BC

Text Example


Text Example

White with #4F36BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,54,188); }

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

background-color css

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

 a { background-color: rgb(79,54,188); }

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

border-color css

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

 span { border-color: rgb(79,54,188); }

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