Html Css Color HEX #76246F Dark Purple

📋 copy color: '#76246F'

red 118 ◦ green 36 ◦ blue 111

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

Shades of Dark Purple #76246F

Tints of Dark Purple #76246F

RGB

 RED value IS 118 (46.48% from 255) = 44.53%

 GREEN value IS 36 (14.45% from 255) = 13.58%

 BLUE value IS 111 (43.75% from 255) = 41.89%

R = 44.53%
G = 13.58%
B = 41.89%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.06

 K value IS 0.54

RGB Variations

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

Color information

#76246F (or 0x76246F) is known color: Dark Purple. HEX triplet: 76, 24 and 6F. RGB value is (118,36,111). Sum of RGB (Red+Green+Blue) = 118+36+111=265 (35% of max value = 765). Red value is 118 (46.48% from 255 or 44.53% from 265); Green value is 36 (14.45% from 255 or 13.58% from 265); Blue value is 111 (43.75% from 255 or 41.89% from 265); Max value from RGB is 118 - color contains mainly: red. Hex color #76246F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76246F is #89DB90. Grayscale: #444444. Windows color (decimal): -9034641 or 7283830. OLE color: 7283830.

HSL color Cylindrical-coordinate representation of color #76246F: hue angle of 305.12º degrees, saturation: 0.53, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #76246F is Cyan = 0, Magento = 0.69, Yellow = 0.06 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 36 111 -
CMYK 0 0.69 0.06 0.54
HSL 305.12º 0.53% 0.3% -
HSV(B) 305.12º 0.69% 0.46% -
XYZ 10.97 6.26 15.67 -
YUV 69.07 151.67 162.9 -
System Red Green Blue C M Y K H S L
Decimal 118 36 111 0 0.69 0.06 0.54 305.12 0.53 0.3
Hex 76 24 6F 0 45 6 36 131 35 1E
Octal 166 44 157 0 105 6 66 461 65 36
Binary 1110110 100100 1101111 0 1000101 110 110110 100110001 110101 11110

Color Harmonies of #76246F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76246F

Black with #76246F

Text Example


Text Example

White with #76246F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76246F; }

 p { color: rgb(118,36,111); }

 H1.HeaderClassName
 {
   color: #76246F;
 }
 .AnyTagClassName
 {
   color: #76246F;
 }
</style>

background-color css

<style>
 a { background-color: #76246F; }

 a { background-color: rgb(118,36,111); }

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

border-color css

<style>
 span { border-color: #76246F; }

 span { border-color: rgb(118,36,111); }

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