Html Css Color HEX #4F065D Hot Purple

📋 copy color: '#4F065D'

red 79 ◦ green 6 ◦ blue 93

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

Shades of Hot Purple #4F065D

Tints of Hot Purple #4F065D

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.37%

 BLUE value IS 93 (36.72% from 255) = 52.25%

R = 44.38%
G = 3.37%
B = 52.25%

CMYK

 C value IS 0.15

 M value IS 0.94

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#4F065D (or 0x4F065D) is known color: Hot Purple. HEX triplet: 4F, 06 and 5D. RGB value is (79,6,93). Sum of RGB (Red+Green+Blue) = 79+6+93=178 (23% of max value = 765). Red value is 79 (31.25% from 255 or 44.38% from 178); Green value is 6 (2.73% from 255 or 3.37% from 178); Blue value is 93 (36.72% from 255 or 52.25% from 178); Max value from RGB is 93 - color contains mainly: blue. Hex color #4F065D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4F065D is #B0F9A2. Grayscale: #252525. Windows color (decimal): -11598243 or 6096463. OLE color: 6096463.

HSL color Cylindrical-coordinate representation of color #4F065D: hue angle of 290.34º degrees, saturation: 0.88, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #4F065D is Cyan = 0.15, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 79 6 93 -
CMYK 0.15 0.94 0 0.64
HSL 290.34º 0.88% 0.19% -
HSV(B) 290.34º 0.94% 0.36% -
XYZ 5.27 2.58 10.58 -
YUV 37.75 159.18 157.43 -
System Red Green Blue C M Y K H S L
Decimal 79 6 93 0.15 0.94 0 0.64 290.34 0.88 0.19
Hex 4F 6 5D F 5E 0 40 122 58 13
Octal 117 6 135 17 136 0 100 442 130 23
Binary 1001111 110 1011101 1111 1011110 0 1000000 100100010 1011000 10011

Color Harmonies of #4F065D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F065D

Black with #4F065D

Text Example


Text Example

White with #4F065D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,6,93); }

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

background-color css

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

 a { background-color: rgb(79,6,93); }

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

border-color css

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

 span { border-color: rgb(79,6,93); }

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