Html Css Color HEX #75196C Dark Purple

📋 copy color: '#75196C'

red 117 ◦ green 25 ◦ blue 108

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

Shades of Dark Purple #75196C

Tints of Dark Purple #75196C

RGB

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

 GREEN value IS 25 (10.16% from 255) = 10%

 BLUE value IS 108 (42.58% from 255) = 43.2%

R = 46.8%
G = 10%
B = 43.2%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.08

 K value IS 0.54

RGB Variations

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

Color information

#75196C (or 0x75196C) is known color: Dark Purple. HEX triplet: 75, 19 and 6C. RGB value is (117,25,108). Sum of RGB (Red+Green+Blue) = 117+25+108=250 (33% of max value = 765). Red value is 117 (46.09% from 255 or 46.8% from 250); Green value is 25 (10.16% from 255 or 10% from 250); Blue value is 108 (42.58% from 255 or 43.2% from 250); Max value from RGB is 117 - color contains mainly: red. Hex color #75196C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #75196C is #8AE693. Grayscale: #3D3D3D. Windows color (decimal): -9102996 or 7084405. OLE color: 7084405.

HSL color Cylindrical-coordinate representation of color #75196C: hue angle of 305.87º degrees, saturation: 0.65, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #75196C is Cyan = 0, Magento = 0.79, Yellow = 0.08 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 25 108 -
CMYK 0 0.79 0.08 0.54
HSL 305.87º 0.65% 0.28% -
HSV(B) 305.87º 0.79% 0.46% -
XYZ 10.39 5.56 14.71 -
YUV 61.97 153.98 167.25 -
System Red Green Blue C M Y K H S L
Decimal 117 25 108 0 0.79 0.08 0.54 305.87 0.65 0.28
Hex 75 19 6C 0 4F 8 36 132 41 1C
Octal 165 31 154 0 117 10 66 462 101 34
Binary 1110101 11001 1101100 0 1001111 1000 110110 100110010 1000001 11100

Color Harmonies of #75196C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75196C

Black with #75196C

Text Example


Text Example

White with #75196C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75196C; }

 p { color: rgb(117,25,108); }

 H1.HeaderClassName
 {
   color: #75196C;
 }
 .AnyTagClassName
 {
   color: #75196C;
 }
</style>

background-color css

<style>
 a { background-color: #75196C; }

 a { background-color: rgb(117,25,108); }

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

border-color css

<style>
 span { border-color: #75196C; }

 span { border-color: rgb(117,25,108); }

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