Html Css Color HEX #75127F Purple

📋 copy color: '#75127F'

red 117 ◦ green 18 ◦ blue 127

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

Shades of Purple #75127F

Tints of Purple #75127F

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.87%

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

R = 44.66%
G = 6.87%
B = 48.47%

CMYK

 C value IS 0.08

 M value IS 0.86

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#75127F (or 0x75127F) is known color: Purple. HEX triplet: 75, 12 and 7F. RGB value is (117,18,127). Sum of RGB (Red+Green+Blue) = 117+18+127=262 (34% of max value = 765). Red value is 117 (46.09% from 255 or 44.66% from 262); Green value is 18 (7.42% from 255 or 6.87% from 262); Blue value is 127 (50% from 255 or 48.47% from 262); Max value from RGB is 127 - color contains mainly: blue. Hex color #75127F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #75127F is #8AED80. Grayscale: #3B3B3B. Windows color (decimal): -9104769 or 8327797. OLE color: 8327797.

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

Color convert

RGB 117 18 127 -
CMYK 0.08 0.86 0 0.50
HSL 294.5º 0.75% 0.28% -
HSV(B) 294.5º 0.86% 0.5% -
XYZ 11.38 5.75 20.59 -
YUV 60.03 165.8 168.64 -
System Red Green Blue C M Y K H S L
Decimal 117 18 127 0.08 0.86 0 0.50 294.5 0.75 0.28
Hex 75 12 7F 8 56 0 32 126 4B 1C
Octal 165 22 177 10 126 0 62 446 113 34
Binary 1110101 10010 1111111 1000 1010110 0 110010 100100110 1001011 11100

Color Harmonies of #75127F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75127F

Black with #75127F

Text Example


Text Example

White with #75127F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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