Html Css Color HEX #750069 Purple

📋 copy color: '#750069'

red 117 ◦ green 0 ◦ blue 105

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

Shades of Purple #750069

Tints of Purple #750069

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 105 (41.41% from 255) = 47.3%

R = 52.7%
G = 0%
B = 47.3%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.10

 K value IS 0.54

RGB Variations

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

Color information

#750069 (or 0x750069) is known color: Purple. HEX triplet: 75, 00 and 69. RGB value is (117,0,105). Sum of RGB (Red+Green+Blue) = 117+0+105=222 (29% of max value = 765). Red value is 117 (46.09% from 255 or 52.70% from 222); Green value is 0 (0.39% from 255 or 0% from 222); Blue value is 105 (41.41% from 255 or 47.30% from 222); Max value from RGB is 117 - color contains mainly: red. Hex color #750069 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #750069 is #8AFF96. Grayscale: #2E2E2E. Windows color (decimal): -9109399 or 6881397. OLE color: 6881397.

HSL color Cylindrical-coordinate representation of color #750069: hue angle of 306.15º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 1%. Process color model (Four color, CMYK) of #750069 is Cyan = 0, Magento = 1, Yellow = 0.10 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 0 105 -
CMYK 0 1 0.10 0.54
HSL 306.15º 1% 0.23% -
HSV(B) 306.15º 1% 0.46% -
XYZ 9.89 4.8 13.77 -
YUV 46.95 160.76 177.96 -
System Red Green Blue C M Y K H S L
Decimal 117 0 105 0 1 0.10 0.54 306.15 1 0.23
Hex 75 0 69 0 64 A 36 132 64 17
Octal 165 0 151 0 144 12 66 462 144 27
Binary 1110101 0 1101001 0 1100100 1010 110110 100110010 1100100 10111

Color Harmonies of #750069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #750069

Black with #750069

Text Example


Text Example

White with #750069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #750069; }

 p { color: rgb(117,0,105); }

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

background-color css

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

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

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

border-color css

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

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

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