Html Css Color HEX #75017D Purple

📋 copy color: '#75017D'

red 117 ◦ green 1 ◦ blue 125

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

Shades of Purple #75017D

Tints of Purple #75017D

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.41%

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

R = 48.15%
G = 0.41%
B = 51.44%

CMYK

 C value IS 0.06

 M value IS 0.99

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#75017D (or 0x75017D) is known color: Purple. HEX triplet: 75, 01 and 7D. RGB value is (117,1,125). Sum of RGB (Red+Green+Blue) = 117+1+125=243 (32% of max value = 765). Red value is 117 (46.09% from 255 or 48.15% from 243); Green value is 1 (0.78% from 255 or 0.41% from 243); Blue value is 125 (49.22% from 255 or 51.44% from 243); Max value from RGB is 125 - color contains mainly: blue. Hex color #75017D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #75017D is #8AFE82. Grayscale: #313131. Windows color (decimal): -9109123 or 8192373. OLE color: 8192373.

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

Color convert

RGB 117 1 125 -
CMYK 0.06 0.99 0 0.51
HSL 296.13º 0.98% 0.25% -
HSV(B) 296.13º 0.99% 0.49% -
XYZ 11.05 5.28 19.84 -
YUV 49.82 170.43 175.92 -
System Red Green Blue C M Y K H S L
Decimal 117 1 125 0.06 0.99 0 0.51 296.13 0.98 0.25
Hex 75 1 7D 6 63 0 33 128 62 19
Octal 165 1 175 6 143 0 63 450 142 31
Binary 1110101 1 1111101 110 1100011 0 110011 100101000 1100010 11001

Color Harmonies of #75017D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75017D

Black with #75017D

Text Example


Text Example

White with #75017D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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