Html Css Color HEX #752074 Dark Purple

📋 copy color: '#752074'

red 117 ◦ green 32 ◦ blue 116

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

Shades of Dark Purple #752074

Tints of Dark Purple #752074

RGB

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

 GREEN value IS 32 (12.89% from 255) = 12.08%

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

R = 44.15%
G = 12.08%
B = 43.77%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.01

 K value IS 0.54

RGB Variations

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

Color information

#752074 (or 0x752074) is known color: Dark Purple. HEX triplet: 75, 20 and 74. RGB value is (117,32,116). Sum of RGB (Red+Green+Blue) = 117+32+116=265 (35% of max value = 765). Red value is 117 (46.09% from 255 or 44.15% from 265); Green value is 32 (12.89% from 255 or 12.08% from 265); Blue value is 116 (45.70% from 255 or 43.77% from 265); Max value from RGB is 117 - color contains mainly: red. Hex color #752074 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #752074 is #8ADF8B. Grayscale: #424242. Windows color (decimal): -9101196 or 7610485. OLE color: 7610485.

HSL color Cylindrical-coordinate representation of color #752074: hue angle of 300.71º degrees, saturation: 0.57, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #752074 is Cyan = 0, Magento = 0.73, Yellow = 0.01 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 32 116 -
CMYK 0 0.73 0.01 0.54
HSL 300.71º 0.57% 0.29% -
HSV(B) 300.71º 0.73% 0.46% -
XYZ 11.01 6.08 17.12 -
YUV 66.99 155.66 163.67 -
System Red Green Blue C M Y K H S L
Decimal 117 32 116 0 0.73 0.01 0.54 300.71 0.57 0.29
Hex 75 20 74 0 49 1 36 12D 39 1D
Octal 165 40 164 0 111 1 66 455 71 35
Binary 1110101 100000 1110100 0 1001001 1 110110 100101101 111001 11101

Color Harmonies of #752074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752074

Black with #752074

Text Example


Text Example

White with #752074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #752074; }

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

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

background-color css

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

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

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

border-color css

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

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

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