Html Css Color HEX #752274 Dark Purple

📋 copy color: '#752274'

red 117 ◦ green 34 ◦ blue 116

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

Shades of Dark Purple #752274

Tints of Dark Purple #752274

RGB

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

 GREEN value IS 34 (13.67% from 255) = 12.73%

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

R = 43.82%
G = 12.73%
B = 43.45%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.01

 K value IS 0.54

RGB Variations

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

Color information

#752274 (or 0x752274) is known color: Dark Purple. HEX triplet: 75, 22 and 74. RGB value is (117,34,116). Sum of RGB (Red+Green+Blue) = 117+34+116=267 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.82% from 267); Green value is 34 (13.67% from 255 or 12.73% from 267); Blue value is 116 (45.70% from 255 or 43.45% from 267); Max value from RGB is 117 - color contains mainly: red. Hex color #752274 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #752274 is #8ADD8B. Grayscale: #434343. Windows color (decimal): -9100684 or 7610997. OLE color: 7610997.

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

Color convert

RGB 117 34 116 -
CMYK 0 0.71 0.01 0.54
HSL 300.72º 0.55% 0.3% -
HSV(B) 300.72º 0.71% 0.46% -
XYZ 11.06 6.19 17.13 -
YUV 68.17 155 162.83 -
System Red Green Blue C M Y K H S L
Decimal 117 34 116 0 0.71 0.01 0.54 300.72 0.55 0.3
Hex 75 22 74 0 47 1 36 12D 37 1E
Octal 165 42 164 0 107 1 66 455 67 36
Binary 1110101 100010 1110100 0 1000111 1 110110 100101101 110111 11110

Color Harmonies of #752274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752274

Black with #752274

Text Example


Text Example

White with #752274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #752274; }

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

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

background-color css

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

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

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

border-color css

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

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

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