Html Css Color HEX #75147F Purple

📋 copy color: '#75147F'

red 117 ◦ green 20 ◦ blue 127

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

Shades of Purple #75147F

Tints of Purple #75147F

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.58%

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

R = 44.32%
G = 7.58%
B = 48.11%

CMYK

 C value IS 0.08

 M value IS 0.84

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#75147F (or 0x75147F) is known color: Purple. HEX triplet: 75, 14 and 7F. RGB value is (117,20,127). Sum of RGB (Red+Green+Blue) = 117+20+127=264 (34% of max value = 765). Red value is 117 (46.09% from 255 or 44.32% from 264); Green value is 20 (8.20% from 255 or 7.58% from 264); Blue value is 127 (50% from 255 or 48.11% from 264); Max value from RGB is 127 - color contains mainly: blue. Hex color #75147F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #75147F is #8AEB80. Grayscale: #3C3C3C. Windows color (decimal): -9104257 or 8328309. OLE color: 8328309.

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

Color convert

RGB 117 20 127 -
CMYK 0.08 0.84 0 0.50
HSL 294.39º 0.73% 0.29% -
HSV(B) 294.39º 0.84% 0.5% -
XYZ 11.42 5.81 20.6 -
YUV 61.2 165.14 167.8 -
System Red Green Blue C M Y K H S L
Decimal 117 20 127 0.08 0.84 0 0.50 294.39 0.73 0.29
Hex 75 14 7F 8 54 0 32 126 49 1D
Octal 165 24 177 10 124 0 62 446 111 35
Binary 1110101 10100 1111111 1000 1010100 0 110010 100100110 1001001 11101

Color Harmonies of #75147F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75147F

Black with #75147F

Text Example


Text Example

White with #75147F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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