Html Css Color HEX #75127D Purple

📋 copy color: '#75127D'

red 117 ◦ green 18 ◦ blue 125

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

Shades of Purple #75127D

Tints of Purple #75127D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 48.08%

R = 45%
G = 6.92%
B = 48.08%

CMYK

 C value IS 0.06

 M value IS 0.86

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#75127D (or 0x75127D) is known color: Purple. HEX triplet: 75, 12 and 7D. RGB value is (117,18,125). Sum of RGB (Red+Green+Blue) = 117+18+125=260 (34% of max value = 765). Red value is 117 (46.09% from 255 or 45% from 260); Green value is 18 (7.42% from 255 or 6.92% from 260); Blue value is 125 (49.22% from 255 or 48.08% from 260); Max value from RGB is 125 - color contains mainly: blue. Hex color #75127D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #75127D is #8AED82. Grayscale: #3B3B3B. Windows color (decimal): -9104771 or 8196725. OLE color: 8196725.

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

Color convert

RGB 117 18 125 -
CMYK 0.06 0.86 0 0.51
HSL 295.51º 0.75% 0.28% -
HSV(B) 295.51º 0.86% 0.49% -
XYZ 11.25 5.7 19.91 -
YUV 59.8 164.8 168.8 -
System Red Green Blue C M Y K H S L
Decimal 117 18 125 0.06 0.86 0 0.51 295.51 0.75 0.28
Hex 75 12 7D 6 56 0 33 128 4B 1C
Octal 165 22 175 6 126 0 63 450 113 34
Binary 1110101 10010 1111101 110 1010110 0 110011 100101000 1001011 11100

Color Harmonies of #75127D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75127D

Black with #75127D

Text Example


Text Example

White with #75127D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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