Html Css Color HEX #750468 Purple

📋 copy color: '#750468'

red 117 ◦ green 4 ◦ blue 104

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

Shades of Purple #750468

Tints of Purple #750468

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 46.22%

R = 52%
G = 1.78%
B = 46.22%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.11

 K value IS 0.54

RGB Variations

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

Color information

#750468 (or 0x750468) is known color: Purple. HEX triplet: 75, 04 and 68. RGB value is (117,4,104). Sum of RGB (Red+Green+Blue) = 117+4+104=225 (29% of max value = 765). Red value is 117 (46.09% from 255 or 52% from 225); Green value is 4 (1.95% from 255 or 1.78% from 225); Blue value is 104 (41.02% from 255 or 46.22% from 225); Max value from RGB is 117 - color contains mainly: red. Hex color #750468 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #750468 is #8AFB97. Grayscale: #303030. Windows color (decimal): -9108376 or 6816885. OLE color: 6816885.

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

Color convert

RGB 117 4 104 -
CMYK 0 0.97 0.11 0.54
HSL 306.9º 0.93% 0.24% -
HSV(B) 306.9º 0.97% 0.46% -
XYZ 9.88 4.87 13.52 -
YUV 49.19 158.94 176.37 -
System Red Green Blue C M Y K H S L
Decimal 117 4 104 0 0.97 0.11 0.54 306.9 0.93 0.24
Hex 75 4 68 0 61 B 36 133 5D 18
Octal 165 4 150 0 141 13 66 463 135 30
Binary 1110101 100 1101000 0 1100001 1011 110110 100110011 1011101 11000

Color Harmonies of #750468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #750468

Black with #750468

Text Example


Text Example

White with #750468

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #750468; }

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

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

background-color css

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

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

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

border-color css

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

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

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