Html Css Color HEX #75007F Purple

📋 copy color: '#75007F'

red 117 ◦ green 0 ◦ blue 127

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

Shades of Purple #75007F

Tints of Purple #75007F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 52.05%

R = 47.95%
G = 0%
B = 52.05%

CMYK

 C value IS 0.08

 M value IS 1

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#75007F (or 0x75007F) is known color: Purple. HEX triplet: 75, 00 and 7F. RGB value is (117,0,127). Sum of RGB (Red+Green+Blue) = 117+0+127=244 (32% of max value = 765). Red value is 117 (46.09% from 255 or 47.95% from 244); Green value is 0 (0.39% from 255 or 0% from 244); Blue value is 127 (50% from 255 or 52.05% from 244); Max value from RGB is 127 - color contains mainly: blue. Hex color #75007F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #75007F is #8AFF80. Grayscale: #313131. Windows color (decimal): -9109377 or 8323189. OLE color: 8323189.

HSL color Cylindrical-coordinate representation of color #75007F: hue angle of 295.28º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 1%. Process color model (Four color, CMYK) of #75007F is Cyan = 0.08, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 117 0 127 -
CMYK 0.08 1 0 0.50
HSL 295.28º 1% 0.25% -
HSV(B) 295.28º 1% 0.5% -
XYZ 11.17 5.31 20.52 -
YUV 49.46 171.76 176.17 -
System Red Green Blue C M Y K H S L
Decimal 117 0 127 0.08 1 0 0.50 295.28 1 0.25
Hex 75 0 7F 8 64 0 32 127 64 19
Octal 165 0 177 10 144 0 62 447 144 31
Binary 1110101 0 1111111 1000 1100100 0 110010 100100111 1100100 11001

Color Harmonies of #75007F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75007F

Black with #75007F

Text Example


Text Example

White with #75007F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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