Html Css Color HEX #750469 Purple

📋 copy color: '#750469'

red 117 ◦ green 4 ◦ blue 105

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

Shades of Purple #750469

Tints of Purple #750469

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.77%

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

R = 51.77%
G = 1.77%
B = 46.46%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.10

 K value IS 0.54

RGB Variations

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

Color information

#750469 (or 0x750469) is known color: Purple. HEX triplet: 75, 04 and 69. RGB value is (117,4,105). Sum of RGB (Red+Green+Blue) = 117+4+105=226 (29% of max value = 765). Red value is 117 (46.09% from 255 or 51.77% from 226); Green value is 4 (1.95% from 255 or 1.77% from 226); Blue value is 105 (41.41% from 255 or 46.46% from 226); Max value from RGB is 117 - color contains mainly: red. Hex color #750469 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #750469 is #8AFB96. Grayscale: #313131. Windows color (decimal): -9108375 or 6882421. OLE color: 6882421.

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

Color convert

RGB 117 4 105 -
CMYK 0 0.97 0.10 0.54
HSL 306.37º 0.93% 0.24% -
HSV(B) 306.37º 0.97% 0.46% -
XYZ 9.93 4.89 13.78 -
YUV 49.3 159.44 176.29 -
System Red Green Blue C M Y K H S L
Decimal 117 4 105 0 0.97 0.10 0.54 306.37 0.93 0.24
Hex 75 4 69 0 61 A 36 132 5D 18
Octal 165 4 151 0 141 12 66 462 135 30
Binary 1110101 100 1101001 0 1100001 1010 110110 100110010 1011101 11000

Color Harmonies of #750469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #750469

Black with #750469

Text Example


Text Example

White with #750469

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #750469; }

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

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

background-color css

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

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

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

border-color css

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

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

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