Html Css Color HEX #751774 Dark Purple

📋 copy color: '#751774'

red 117 ◦ green 23 ◦ blue 116

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

Shades of Dark Purple #751774

Tints of Dark Purple #751774

RGB

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

 GREEN value IS 23 (9.38% from 255) = 8.98%

 BLUE value IS 116 (45.7% from 255) = 45.31%

R = 45.7%
G = 8.98%
B = 45.31%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.01

 K value IS 0.54

RGB Variations

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

Color information

#751774 (or 0x751774) is known color: Dark Purple. HEX triplet: 75, 17 and 74. RGB value is (117,23,116). Sum of RGB (Red+Green+Blue) = 117+23+116=256 (33% of max value = 765). Red value is 117 (46.09% from 255 or 45.70% from 256); Green value is 23 (9.38% from 255 or 8.98% from 256); Blue value is 116 (45.70% from 255 or 45.31% from 256); Max value from RGB is 117 - color contains mainly: red. Hex color #751774 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #751774 is #8AE88B. Grayscale: #3D3D3D. Windows color (decimal): -9103500 or 7608181. OLE color: 7608181.

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

Color convert

RGB 117 23 116 -
CMYK 0 0.80 0.01 0.54
HSL 300.64º 0.67% 0.27% -
HSV(B) 300.64º 0.8% 0.46% -
XYZ 10.79 5.66 17.05 -
YUV 61.71 158.64 167.44 -
System Red Green Blue C M Y K H S L
Decimal 117 23 116 0 0.80 0.01 0.54 300.64 0.67 0.27
Hex 75 17 74 0 50 1 36 12D 43 1B
Octal 165 27 164 0 120 1 66 455 103 33
Binary 1110101 10111 1110100 0 1010000 1 110110 100101101 1000011 11011

Color Harmonies of #751774

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751774

Black with #751774

Text Example


Text Example

White with #751774

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #751774; }

 p { color: rgb(117,23,116); }

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

background-color css

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

 a { background-color: rgb(117,23,116); }

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

border-color css

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

 span { border-color: rgb(117,23,116); }

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