Html Css Color HEX #75017B Purple

📋 copy color: '#75017B'

red 117 ◦ green 1 ◦ blue 123

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

Shades of Purple #75017B

Tints of Purple #75017B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 51.04%

R = 48.55%
G = 0.41%
B = 51.04%

CMYK

 C value IS 0.05

 M value IS 0.99

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#75017B (or 0x75017B) is known color: Purple. HEX triplet: 75, 01 and 7B. RGB value is (117,1,123). Sum of RGB (Red+Green+Blue) = 117+1+123=241 (31% of max value = 765). Red value is 117 (46.09% from 255 or 48.55% from 241); Green value is 1 (0.78% from 255 or 0.41% from 241); Blue value is 123 (48.44% from 255 or 51.04% from 241); Max value from RGB is 123 - color contains mainly: blue. Hex color #75017B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #75017B is #8AFE84. Grayscale: #313131. Windows color (decimal): -9109125 or 8061301. OLE color: 8061301.

HSL color Cylindrical-coordinate representation of color #75017B: hue angle of 297.05º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #75017B is Cyan = 0.05, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 117 1 123 -
CMYK 0.05 0.99 0 0.52
HSL 297.05º 0.98% 0.24% -
HSV(B) 297.05º 0.99% 0.48% -
XYZ 10.92 5.23 19.17 -
YUV 49.59 169.43 176.08 -
System Red Green Blue C M Y K H S L
Decimal 117 1 123 0.05 0.99 0 0.52 297.05 0.98 0.24
Hex 75 1 7B 5 63 0 34 129 62 18
Octal 165 1 173 5 143 0 64 451 142 30
Binary 1110101 1 1111011 101 1100011 0 110100 100101001 1100010 11000

Color Harmonies of #75017B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75017B

Black with #75017B

Text Example


Text Example

White with #75017B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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