Html Css Color HEX #75207A Dark Purple

📋 copy color: '#75207A'

red 117 ◦ green 32 ◦ blue 122

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

Shades of Dark Purple #75207A

Tints of Dark Purple #75207A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 45.02%

R = 43.17%
G = 11.81%
B = 45.02%

CMYK

 C value IS 0.04

 M value IS 0.74

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#75207A (or 0x75207A) is known color: Dark Purple. HEX triplet: 75, 20 and 7A. RGB value is (117,32,122). Sum of RGB (Red+Green+Blue) = 117+32+122=271 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.17% from 271); Green value is 32 (12.89% from 255 or 11.81% from 271); Blue value is 122 (48.05% from 255 or 45.02% from 271); Max value from RGB is 122 - color contains mainly: blue. Hex color #75207A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #75207A is #8ADF85. Grayscale: #434343. Windows color (decimal): -9101190 or 8003701. OLE color: 8003701.

HSL color Cylindrical-coordinate representation of color #75207A: hue angle of 296.67º degrees, saturation: 0.58, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #75207A is Cyan = 0.04, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 117 32 122 -
CMYK 0.04 0.74 0 0.52
HSL 296.67º 0.58% 0.3% -
HSV(B) 296.67º 0.74% 0.48% -
XYZ 11.37 6.22 19.01 -
YUV 67.68 158.66 163.18 -
System Red Green Blue C M Y K H S L
Decimal 117 32 122 0.04 0.74 0 0.52 296.67 0.58 0.3
Hex 75 20 7A 4 4A 0 34 129 3A 1E
Octal 165 40 172 4 112 0 64 451 72 36
Binary 1110101 100000 1111010 100 1001010 0 110100 100101001 111010 11110

Color Harmonies of #75207A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75207A

Black with #75207A

Text Example


Text Example

White with #75207A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75207A; }

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

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

background-color css

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

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

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

border-color css

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

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

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