Html Css Color HEX #750466 Purple

📋 copy color: '#750466'

red 117 ◦ green 4 ◦ blue 102

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

Shades of Purple #750466

Tints of Purple #750466

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 45.74%

R = 52.47%
G = 1.79%
B = 45.74%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.13

 K value IS 0.54

RGB Variations

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

Color information

#750466 (or 0x750466) is known color: Purple. HEX triplet: 75, 04 and 66. RGB value is (117,4,102). Sum of RGB (Red+Green+Blue) = 117+4+102=223 (29% of max value = 765). Red value is 117 (46.09% from 255 or 52.47% from 223); Green value is 4 (1.95% from 255 or 1.79% from 223); Blue value is 102 (40.23% from 255 or 45.74% from 223); Max value from RGB is 117 - color contains mainly: red. Hex color #750466 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #750466 is #8AFB99. Grayscale: #303030. Windows color (decimal): -9108378 or 6685813. OLE color: 6685813.

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

Color convert

RGB 117 4 102 -
CMYK 0 0.97 0.13 0.54
HSL 307.96º 0.93% 0.24% -
HSV(B) 307.96º 0.97% 0.46% -
XYZ 9.78 4.83 12.99 -
YUV 48.96 157.94 176.53 -
System Red Green Blue C M Y K H S L
Decimal 117 4 102 0 0.97 0.13 0.54 307.96 0.93 0.24
Hex 75 4 66 0 61 D 36 134 5D 18
Octal 165 4 146 0 141 15 66 464 135 30
Binary 1110101 100 1100110 0 1100001 1101 110110 100110100 1011101 11000

Color Harmonies of #750466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #750466

Black with #750466

Text Example


Text Example

White with #750466

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #750466; }

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

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

background-color css

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

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

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

border-color css

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

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

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