Html Css Color HEX #75197D Dark Purple

📋 copy color: '#75197D'

red 117 ◦ green 25 ◦ blue 125

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

Shades of Dark Purple #75197D

Tints of Dark Purple #75197D

RGB

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

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

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

R = 43.82%
G = 9.36%
B = 46.82%

CMYK

 C value IS 0.06

 M value IS 0.8

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#75197D (or 0x75197D) is known color: Dark Purple. HEX triplet: 75, 19 and 7D. RGB value is (117,25,125). Sum of RGB (Red+Green+Blue) = 117+25+125=267 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.82% from 267); Green value is 25 (10.16% from 255 or 9.36% from 267); Blue value is 125 (49.22% from 255 or 46.82% from 267); Max value from RGB is 125 - color contains mainly: blue. Hex color #75197D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #75197D is #8AE682. Grayscale: #3F3F3F. Windows color (decimal): -9102979 or 8198517. OLE color: 8198517.

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

Color convert

RGB 117 25 125 -
CMYK 0.06 0.8 0 0.51
HSL 295.2º 0.67% 0.29% -
HSV(B) 295.2º 0.8% 0.49% -
XYZ 11.39 5.96 19.95 -
YUV 63.91 162.48 165.87 -
System Red Green Blue C M Y K H S L
Decimal 117 25 125 0.06 0.8 0 0.51 295.2 0.67 0.29
Hex 75 19 7D 6 50 0 33 127 43 1D
Octal 165 31 175 6 120 0 63 447 103 35
Binary 1110101 11001 1111101 110 1010000 0 110011 100100111 1000011 11101

Color Harmonies of #75197D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75197D

Black with #75197D

Text Example


Text Example

White with #75197D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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