Html Css Color HEX #4F36BD Purple Heart

📋 copy color: '#4F36BD'

red 79 ◦ green 54 ◦ blue 189

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

Shades of Purple Heart #4F36BD

Tints of Purple Heart #4F36BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 58.7%

R = 24.53%
G = 16.77%
B = 58.7%

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

#4F36BD (or 0x4F36BD) is known color: Purple Heart. HEX triplet: 4F, 36 and BD. RGB value is (79,54,189). Sum of RGB (Red+Green+Blue) = 79+54+189=322 (42% of max value = 765). Red value is 79 (31.25% from 255 or 24.53% from 322); Green value is 54 (21.48% from 255 or 16.77% from 322); Blue value is 189 (74.22% from 255 or 58.70% from 322); Max value from RGB is 189 - color contains mainly: blue. Hex color #4F36BD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4F36BD is #B0C942. Grayscale: #4C4C4C. Windows color (decimal): -11585859 or 12400207. OLE color: 12400207.

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

Color convert

RGB 79 54 189 -
CMYK 0.58 0.71 0 0.26
HSL 251.11º 0.56% 0.48% -
HSV(B) 251.11º 0.71% 0.74% -
XYZ 13.73 7.97 48.96 -
YUV 76.87 191.28 129.52 -
System Red Green Blue C M Y K H S L
Decimal 79 54 189 0.58 0.71 0 0.26 251.11 0.56 0.48
Hex 4F 36 BD 3A 47 0 1A FB 38 30
Octal 117 66 275 72 107 0 32 373 70 60
Binary 1001111 110110 10111101 111010 1000111 0 11010 11111011 111000 110000

Color Harmonies of #4F36BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F36BD

Black with #4F36BD

Text Example


Text Example

White with #4F36BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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