Html Css Color HEX #75147D Purple

📋 copy color: '#75147D'

red 117 ◦ green 20 ◦ blue 125

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

Shades of Purple #75147D

Tints of Purple #75147D

RGB

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

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

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

R = 44.66%
G = 7.63%
B = 47.71%

CMYK

 C value IS 0.06

 M value IS 0.84

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#75147D (or 0x75147D) is known color: Purple. HEX triplet: 75, 14 and 7D. RGB value is (117,20,125). Sum of RGB (Red+Green+Blue) = 117+20+125=262 (34% of max value = 765). Red value is 117 (46.09% from 255 or 44.66% from 262); Green value is 20 (8.20% from 255 or 7.63% from 262); Blue value is 125 (49.22% from 255 or 47.71% from 262); Max value from RGB is 125 - color contains mainly: blue. Hex color #75147D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #75147D is #8AEB82. Grayscale: #3C3C3C. Windows color (decimal): -9104259 or 8197237. OLE color: 8197237.

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

Color convert

RGB 117 20 125 -
CMYK 0.06 0.84 0 0.51
HSL 295.43º 0.72% 0.28% -
HSV(B) 295.43º 0.84% 0.49% -
XYZ 11.29 5.76 19.92 -
YUV 60.97 164.14 167.96 -
System Red Green Blue C M Y K H S L
Decimal 117 20 125 0.06 0.84 0 0.51 295.43 0.72 0.28
Hex 75 14 7D 6 54 0 33 127 48 1C
Octal 165 24 175 6 124 0 63 447 110 34
Binary 1110101 10100 1111101 110 1010100 0 110011 100100111 1001000 11100

Color Harmonies of #75147D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75147D

Black with #75147D

Text Example


Text Example

White with #75147D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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