Html Css Color HEX #752273 Dark Purple

📋 copy color: '#752273'

red 117 ◦ green 34 ◦ blue 115

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

Shades of Dark Purple #752273

Tints of Dark Purple #752273

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 43.23%

R = 43.98%
G = 12.78%
B = 43.23%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.02

 K value IS 0.54

RGB Variations

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

Color information

#752273 (or 0x752273) is known color: Dark Purple. HEX triplet: 75, 22 and 73. RGB value is (117,34,115). Sum of RGB (Red+Green+Blue) = 117+34+115=266 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.98% from 266); Green value is 34 (13.67% from 255 or 12.78% from 266); Blue value is 115 (45.31% from 255 or 43.23% from 266); Max value from RGB is 117 - color contains mainly: red. Hex color #752273 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #752273 is #8ADD8C. Grayscale: #434343. Windows color (decimal): -9100685 or 7545461. OLE color: 7545461.

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

Color convert

RGB 117 34 115 -
CMYK 0 0.71 0.02 0.54
HSL 301.45º 0.55% 0.3% -
HSV(B) 301.45º 0.71% 0.46% -
XYZ 11 6.16 16.83 -
YUV 68.05 154.5 162.91 -
System Red Green Blue C M Y K H S L
Decimal 117 34 115 0 0.71 0.02 0.54 301.45 0.55 0.3
Hex 75 22 73 0 47 2 36 12D 37 1E
Octal 165 42 163 0 107 2 66 455 67 36
Binary 1110101 100010 1110011 0 1000111 10 110110 100101101 110111 11110

Color Harmonies of #752273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752273

Black with #752273

Text Example


Text Example

White with #752273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #752273; }

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

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

background-color css

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

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

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

border-color css

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

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

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