Html Css Color HEX #752275 Dark Purple

📋 copy color: '#752275'

red 117 ◦ green 34 ◦ blue 117

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

Shades of Dark Purple #752275

Tints of Dark Purple #752275

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 43.66%

R = 43.66%
G = 12.69%
B = 43.66%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#752275 (or 0x752275) is known color: Dark Purple. HEX triplet: 75, 22 and 75. RGB value is (117,34,117). Sum of RGB (Red+Green+Blue) = 117+34+117=268 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.66% from 268); Green value is 34 (13.67% from 255 or 12.69% from 268); Blue value is 117 (46.09% from 255 or 43.66% from 268); Max value from RGB is 117 - color contains mainly: red, blue. Hex color #752275 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #752275 is #8ADD8A. Grayscale: #444444. Windows color (decimal): -9100683 or 7676533. OLE color: 7676533.

HSL color Cylindrical-coordinate representation of color #752275: hue angle of 300º 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 #752275 is Cyan = 0, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 34 117 -
CMYK 0 0.71 0 0.54
HSL 300º 0.55% 0.3% -
HSV(B) 300º 0.71% 0.46% -
XYZ 11.12 6.21 17.44 -
YUV 68.28 155.5 162.75 -
System Red Green Blue C M Y K H S L
Decimal 117 34 117 0 0.71 0 0.54 300 0.55 0.3
Hex 75 22 75 0 47 0 36 12C 37 1E
Octal 165 42 165 0 107 0 66 454 67 36
Binary 1110101 100010 1110101 0 1000111 0 110110 100101100 110111 11110

Color Harmonies of #752275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752275

Black with #752275

Text Example


Text Example

White with #752275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #752275; }

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

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

background-color css

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

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

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

border-color css

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

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

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