Html Css Color HEX #4F36CC Purple Heart

📋 copy color: '#4F36CC'

red 79 ◦ green 54 ◦ blue 204

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

Shades of Purple Heart #4F36CC

Tints of Purple Heart #4F36CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 60.53%

R = 23.44%
G = 16.02%
B = 60.53%

CMYK

 C value IS 0.61

 M value IS 0.74

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#4F36CC (or 0x4F36CC) is known color: Purple Heart. HEX triplet: 4F, 36 and CC. RGB value is (79,54,204). Sum of RGB (Red+Green+Blue) = 79+54+204=337 (44% of max value = 765). Red value is 79 (31.25% from 255 or 23.44% from 337); Green value is 54 (21.48% from 255 or 16.02% from 337); Blue value is 204 (80.08% from 255 or 60.53% from 337); Max value from RGB is 204 - color contains mainly: blue. Hex color #4F36CC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4F36CC is #B0C933. Grayscale: #4E4E4E. Windows color (decimal): -11585844 or 13383247. OLE color: 13383247.

HSL color Cylindrical-coordinate representation of color #4F36CC: hue angle of 250º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4F36CC is Cyan = 0.61, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 79 54 204 -
CMYK 0.61 0.74 0 0.2
HSL 250º 0.6% 0.51% -
HSV(B) 250º 0.74% 0.8% -
XYZ 15.44 8.66 57.98 -
YUV 78.58 198.78 128.3 -
System Red Green Blue C M Y K H S L
Decimal 79 54 204 0.61 0.74 0 0.2 250 0.6 0.51
Hex 4F 36 CC 3D 4A 0 14 FA 3C 33
Octal 117 66 314 75 112 0 24 372 74 63
Binary 1001111 110110 11001100 111101 1001010 0 10100 11111010 111100 110011

Color Harmonies of #4F36CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F36CC

Black with #4F36CC

Text Example


Text Example

White with #4F36CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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