Html Css Color HEX #75126E Dark Purple

📋 copy color: '#75126E'

red 117 ◦ green 18 ◦ blue 110

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

Shades of Dark Purple #75126E

Tints of Dark Purple #75126E

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.35%

 BLUE value IS 110 (43.36% from 255) = 44.9%

R = 47.76%
G = 7.35%
B = 44.9%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.06

 K value IS 0.54

RGB Variations

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

Color information

#75126E (or 0x75126E) is known color: Dark Purple. HEX triplet: 75, 12 and 6E. RGB value is (117,18,110). Sum of RGB (Red+Green+Blue) = 117+18+110=245 (32% of max value = 765). Red value is 117 (46.09% from 255 or 47.76% from 245); Green value is 18 (7.42% from 255 or 7.35% from 245); Blue value is 110 (43.36% from 255 or 44.90% from 245); Max value from RGB is 117 - color contains mainly: red. Hex color #75126E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #75126E is #8AED91. Grayscale: #393939. Windows color (decimal): -9104786 or 7213685. OLE color: 7213685.

HSL color Cylindrical-coordinate representation of color #75126E: hue angle of 304.24º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #75126E is Cyan = 0, Magento = 0.85, Yellow = 0.06 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 18 110 -
CMYK 0 0.85 0.06 0.54
HSL 304.24º 0.73% 0.26% -
HSV(B) 304.24º 0.85% 0.46% -
XYZ 10.37 5.34 15.24 -
YUV 58.09 157.3 170.02 -
System Red Green Blue C M Y K H S L
Decimal 117 18 110 0 0.85 0.06 0.54 304.24 0.73 0.26
Hex 75 12 6E 0 55 6 36 130 49 1A
Octal 165 22 156 0 125 6 66 460 111 32
Binary 1110101 10010 1101110 0 1010101 110 110110 100110000 1001001 11010

Color Harmonies of #75126E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75126E

Black with #75126E

Text Example


Text Example

White with #75126E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75126E; }

 p { color: rgb(117,18,110); }

 H1.HeaderClassName
 {
   color: #75126E;
 }
 .AnyTagClassName
 {
   color: #75126E;
 }
</style>

background-color css

<style>
 a { background-color: #75126E; }

 a { background-color: rgb(117,18,110); }

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

border-color css

<style>
 span { border-color: #75126E; }

 span { border-color: rgb(117,18,110); }

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