Html Css Color HEX #75146D Dark Purple

📋 copy color: '#75146D'

red 117 ◦ green 20 ◦ blue 109

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

Shades of Dark Purple #75146D

Tints of Dark Purple #75146D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 44.31%

R = 47.56%
G = 8.13%
B = 44.31%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.07

 K value IS 0.54

RGB Variations

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

Color information

#75146D (or 0x75146D) is known color: Dark Purple. HEX triplet: 75, 14 and 6D. RGB value is (117,20,109). Sum of RGB (Red+Green+Blue) = 117+20+109=246 (32% of max value = 765). Red value is 117 (46.09% from 255 or 47.56% from 246); Green value is 20 (8.20% from 255 or 8.13% from 246); Blue value is 109 (42.97% from 255 or 44.31% from 246); Max value from RGB is 117 - color contains mainly: red. Hex color #75146D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #75146D is #8AEB92. Grayscale: #3A3A3A. Windows color (decimal): -9104275 or 7148661. OLE color: 7148661.

HSL color Cylindrical-coordinate representation of color #75146D: hue angle of 304.95º degrees, saturation: 0.71, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #75146D is Cyan = 0, Magento = 0.83, Yellow = 0.07 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 20 109 -
CMYK 0 0.83 0.07 0.54
HSL 304.95º 0.71% 0.27% -
HSV(B) 304.95º 0.83% 0.46% -
XYZ 10.35 5.39 14.96 -
YUV 59.15 156.14 169.26 -
System Red Green Blue C M Y K H S L
Decimal 117 20 109 0 0.83 0.07 0.54 304.95 0.71 0.27
Hex 75 14 6D 0 53 7 36 131 47 1B
Octal 165 24 155 0 123 7 66 461 107 33
Binary 1110101 10100 1101101 0 1010011 111 110110 100110001 1000111 11011

Color Harmonies of #75146D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75146D

Black with #75146D

Text Example


Text Example

White with #75146D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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