Html Css Color HEX #750564 Purple

📋 copy color: '#750564'

red 117 ◦ green 5 ◦ blue 100

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

Shades of Purple #750564

Tints of Purple #750564

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.25%

 BLUE value IS 100 (39.45% from 255) = 45.05%

R = 52.7%
G = 2.25%
B = 45.05%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.15

 K value IS 0.54

RGB Variations

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

Color information

#750564 (or 0x750564) is known color: Purple. HEX triplet: 75, 05 and 64. RGB value is (117,5,100). Sum of RGB (Red+Green+Blue) = 117+5+100=222 (29% of max value = 765). Red value is 117 (46.09% from 255 or 52.70% from 222); Green value is 5 (2.34% from 255 or 2.25% from 222); Blue value is 100 (39.45% from 255 or 45.05% from 222); Max value from RGB is 117 - color contains mainly: red. Hex color #750564 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #750564 is #8AFA9B. Grayscale: #313131. Windows color (decimal): -9108124 or 6554997. OLE color: 6554997.

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

Color convert

RGB 117 5 100 -
CMYK 0 0.96 0.15 0.54
HSL 309.11º 0.92% 0.24% -
HSV(B) 309.11º 0.96% 0.46% -
XYZ 9.69 4.81 12.47 -
YUV 49.32 156.61 176.28 -
System Red Green Blue C M Y K H S L
Decimal 117 5 100 0 0.96 0.15 0.54 309.11 0.92 0.24
Hex 75 5 64 0 60 F 36 135 5C 18
Octal 165 5 144 0 140 17 66 465 134 30
Binary 1110101 101 1100100 0 1100000 1111 110110 100110101 1011100 11000

Color Harmonies of #750564

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #750564

Black with #750564

Text Example


Text Example

White with #750564

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #750564; }

 p { color: rgb(117,5,100); }

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

background-color css

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

 a { background-color: rgb(117,5,100); }

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

border-color css

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

 span { border-color: rgb(117,5,100); }

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