Html Css Color HEX #75007C Purple

📋 copy color: '#75007C'

red 117 ◦ green 0 ◦ blue 124

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

Shades of Purple #75007C

Tints of Purple #75007C

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 124 (48.83% from 255) = 51.45%

R = 48.55%
G = 0%
B = 51.45%

CMYK

 C value IS 0.06

 M value IS 1

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#75007C (or 0x75007C) is known color: Purple. HEX triplet: 75, 00 and 7C. RGB value is (117,0,124). Sum of RGB (Red+Green+Blue) = 117+0+124=241 (31% of max value = 765). Red value is 117 (46.09% from 255 or 48.55% from 241); Green value is 0 (0.39% from 255 or 0% from 241); Blue value is 124 (48.83% from 255 or 51.45% from 241); Max value from RGB is 124 - color contains mainly: blue. Hex color #75007C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #75007C is #8AFF83. Grayscale: #303030. Windows color (decimal): -9109380 or 8126581. OLE color: 8126581.

HSL color Cylindrical-coordinate representation of color #75007C: hue angle of 296.61º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 1%. Process color model (Four color, CMYK) of #75007C is Cyan = 0.06, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 117 0 124 -
CMYK 0.06 1 0 0.51
HSL 296.61º 1% 0.24% -
HSV(B) 296.61º 1% 0.49% -
XYZ 10.97 5.24 19.5 -
YUV 49.12 170.26 176.42 -
System Red Green Blue C M Y K H S L
Decimal 117 0 124 0.06 1 0 0.51 296.61 1 0.24
Hex 75 0 7C 6 64 0 33 129 64 18
Octal 165 0 174 6 144 0 63 451 144 30
Binary 1110101 0 1111100 110 1100100 0 110011 100101001 1100100 11000

Color Harmonies of #75007C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75007C

Black with #75007C

Text Example


Text Example

White with #75007C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75007C; }

 p { color: rgb(117,0,124); }

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

background-color css

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

 a { background-color: rgb(117,0,124); }

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

border-color css

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

 span { border-color: rgb(117,0,124); }

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