Html Css Color HEX #750C69 Purple

📋 copy color: '#750C69'

red 117 ◦ green 12 ◦ blue 105

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

Shades of Purple #750C69

Tints of Purple #750C69

RGB

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

 GREEN value IS 12 (5.08% from 255) = 5.13%

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

R = 50%
G = 5.13%
B = 44.87%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.10

 K value IS 0.54

RGB Variations

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

Color information

#750C69 (or 0x750C69) is known color: Purple. HEX triplet: 75, 0C and 69. RGB value is (117,12,105). Sum of RGB (Red+Green+Blue) = 117+12+105=234 (30% of max value = 765). Red value is 117 (46.09% from 255 or 50% from 234); Green value is 12 (5.08% from 255 or 5.13% from 234); Blue value is 105 (41.41% from 255 or 44.87% from 234); Max value from RGB is 117 - color contains mainly: red. Hex color #750C69 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #750C69 is #8AF396. Grayscale: #353535. Windows color (decimal): -9106327 or 6884469. OLE color: 6884469.

HSL color Cylindrical-coordinate representation of color #750C69: hue angle of 306.86º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #750C69 is Cyan = 0, Magento = 0.90, Yellow = 0.10 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 12 105 -
CMYK 0 0.90 0.10 0.54
HSL 306.86º 0.81% 0.25% -
HSV(B) 306.86º 0.9% 0.46% -
XYZ 10.02 5.06 13.81 -
YUV 54 156.79 172.94 -
System Red Green Blue C M Y K H S L
Decimal 117 12 105 0 0.90 0.10 0.54 306.86 0.81 0.25
Hex 75 C 69 0 5A A 36 133 51 19
Octal 165 14 151 0 132 12 66 463 121 31
Binary 1110101 1100 1101001 0 1011010 1010 110110 100110011 1010001 11001

Color Harmonies of #750C69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #750C69

Black with #750C69

Text Example


Text Example

White with #750C69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #750C69; }

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

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

background-color css

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

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

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

border-color css

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

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

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