Html Css Color HEX #4D2655 Hot Purple

📋 copy color: '#4D2655'

red 77 ◦ green 38 ◦ blue 85

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

Shades of Hot Purple #4D2655

Tints of Hot Purple #4D2655

RGB

 RED value IS 77 (30.47% from 255) = 38.5%

 GREEN value IS 38 (15.23% from 255) = 19%

 BLUE value IS 85 (33.59% from 255) = 42.5%

R = 38.5%
G = 19%
B = 42.5%

CMYK

 C value IS 0.09

 M value IS 0.55

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#4D2655 (or 0x4D2655) is known color: Hot Purple. HEX triplet: 4D, 26 and 55. RGB value is (77,38,85). Sum of RGB (Red+Green+Blue) = 77+38+85=200 (26% of max value = 765). Red value is 77 (30.47% from 255 or 38.5% from 200); Green value is 38 (15.23% from 255 or 19% from 200); Blue value is 85 (33.59% from 255 or 42.5% from 200); Max value from RGB is 85 - color contains mainly: blue. Hex color #4D2655 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D2655 is #B2D9AA. Grayscale: #363636. Windows color (decimal): -11721131 or 5580365. OLE color: 5580365.

HSL color Cylindrical-coordinate representation of color #4D2655: hue angle of 289.79º degrees, saturation: 0.38, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4D2655 is Cyan = 0.09, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 77 38 85 -
CMYK 0.09 0.55 0 0.67
HSL 289.79º 0.38% 0.24% -
HSV(B) 289.79º 0.55% 0.33% -
XYZ 5.39 3.62 9.01 -
YUV 55.02 144.92 143.68 -
System Red Green Blue C M Y K H S L
Decimal 77 38 85 0.09 0.55 0 0.67 289.79 0.38 0.24
Hex 4D 26 55 9 37 0 43 122 26 18
Octal 115 46 125 11 67 0 103 442 46 30
Binary 1001101 100110 1010101 1001 110111 0 1000011 100100010 100110 11000

Color Harmonies of #4D2655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D2655

Black with #4D2655

Text Example


Text Example

White with #4D2655

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,38,85); }

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

background-color css

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

 a { background-color: rgb(77,38,85); }

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

border-color css

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

 span { border-color: rgb(77,38,85); }

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