Html Css Color HEX #4F36CB Purple Heart

📋 copy color: '#4F36CB'

red 79 ◦ green 54 ◦ blue 203

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

Shades of Purple Heart #4F36CB

Tints of Purple Heart #4F36CB

RGB

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

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

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

R = 23.51%
G = 16.07%
B = 60.42%

CMYK

 C value IS 0.61

 M value IS 0.73

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#4F36CB (or 0x4F36CB) is known color: Purple Heart. HEX triplet: 4F, 36 and CB. RGB value is (79,54,203). Sum of RGB (Red+Green+Blue) = 79+54+203=336 (44% of max value = 765). Red value is 79 (31.25% from 255 or 23.51% from 336); Green value is 54 (21.48% from 255 or 16.07% from 336); Blue value is 203 (79.69% from 255 or 60.42% from 336); Max value from RGB is 203 - color contains mainly: blue. Hex color #4F36CB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4F36CB is #B0C934. Grayscale: #4D4D4D. Windows color (decimal): -11585845 or 13317711. OLE color: 13317711.

HSL color Cylindrical-coordinate representation of color #4F36CB: hue angle of 250.07º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4F36CB is Cyan = 0.61, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 79 54 203 -
CMYK 0.61 0.73 0 0.20
HSL 250.07º 0.59% 0.5% -
HSV(B) 250.07º 0.73% 0.8% -
XYZ 15.32 8.61 57.35 -
YUV 78.46 198.28 128.38 -
System Red Green Blue C M Y K H S L
Decimal 79 54 203 0.61 0.73 0 0.20 250.07 0.59 0.5
Hex 4F 36 CB 3D 49 0 14 FA 3B 32
Octal 117 66 313 75 111 0 24 372 73 62
Binary 1001111 110110 11001011 111101 1001001 0 10100 11111010 111011 110010

Color Harmonies of #4F36CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F36CB

Black with #4F36CB

Text Example


Text Example

White with #4F36CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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