Html Css Color HEX #751876 Dark Purple

📋 copy color: '#751876'

red 117 ◦ green 24 ◦ blue 118

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

Shades of Dark Purple #751876

Tints of Dark Purple #751876

RGB

 RED value IS 117 (46.09% from 255) = 45.17%

 GREEN value IS 24 (9.77% from 255) = 9.27%

 BLUE value IS 118 (46.48% from 255) = 45.56%

R = 45.17%
G = 9.27%
B = 45.56%

CMYK

 C value IS 0.01

 M value IS 0.80

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#751876 (or 0x751876) is known color: Dark Purple. HEX triplet: 75, 18 and 76. RGB value is (117,24,118). Sum of RGB (Red+Green+Blue) = 117+24+118=259 (34% of max value = 765). Red value is 117 (46.09% from 255 or 45.17% from 259); Green value is 24 (9.77% from 255 or 9.27% from 259); Blue value is 118 (46.48% from 255 or 45.56% from 259); Max value from RGB is 118 - color contains mainly: blue. Hex color #751876 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #751876 is #8AE789. Grayscale: #3E3E3E. Windows color (decimal): -9103242 or 7739509. OLE color: 7739509.

HSL color Cylindrical-coordinate representation of color #751876: hue angle of 299.36º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #751876 is Cyan = 0.01, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 24 118 -
CMYK 0.01 0.80 0 0.54
HSL 299.36º 0.66% 0.28% -
HSV(B) 299.36º 0.8% 0.46% -
XYZ 10.93 5.74 17.67 -
YUV 62.52 159.31 166.86 -
System Red Green Blue C M Y K H S L
Decimal 117 24 118 0.01 0.80 0 0.54 299.36 0.66 0.28
Hex 75 18 76 1 50 0 36 12B 42 1C
Octal 165 30 166 1 120 0 66 453 102 34
Binary 1110101 11000 1110110 1 1010000 0 110110 100101011 1000010 11100

Color Harmonies of #751876

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751876

Black with #751876

Text Example


Text Example

White with #751876

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #751876; }

 p { color: rgb(117,24,118); }

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

background-color css

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

 a { background-color: rgb(117,24,118); }

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

border-color css

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

 span { border-color: rgb(117,24,118); }

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