Html Css Color HEX #75126A Dark Purple

📋 copy color: '#75126A'

red 117 ◦ green 18 ◦ blue 106

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

Shades of Dark Purple #75126A

Tints of Dark Purple #75126A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 43.98%

R = 48.55%
G = 7.47%
B = 43.98%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.09

 K value IS 0.54

RGB Variations

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

Color information

#75126A (or 0x75126A) is known color: Dark Purple. HEX triplet: 75, 12 and 6A. RGB value is (117,18,106). Sum of RGB (Red+Green+Blue) = 117+18+106=241 (31% of max value = 765). Red value is 117 (46.09% from 255 or 48.55% from 241); Green value is 18 (7.42% from 255 or 7.47% from 241); Blue value is 106 (41.80% from 255 or 43.98% from 241); Max value from RGB is 117 - color contains mainly: red. Hex color #75126A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #75126A is #8AED95. Grayscale: #393939. Windows color (decimal): -9104790 or 6951541. OLE color: 6951541.

HSL color Cylindrical-coordinate representation of color #75126A: hue angle of 306.67º 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 #75126A is Cyan = 0, Magento = 0.85, Yellow = 0.09 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 18 106 -
CMYK 0 0.85 0.09 0.54
HSL 306.67º 0.73% 0.26% -
HSV(B) 306.67º 0.85% 0.46% -
XYZ 10.15 5.26 14.11 -
YUV 57.63 155.3 170.34 -
System Red Green Blue C M Y K H S L
Decimal 117 18 106 0 0.85 0.09 0.54 306.67 0.73 0.26
Hex 75 12 6A 0 55 9 36 133 49 1A
Octal 165 22 152 0 125 11 66 463 111 32
Binary 1110101 10010 1101010 0 1010101 1001 110110 100110011 1001001 11010

Color Harmonies of #75126A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75126A

Black with #75126A

Text Example


Text Example

White with #75126A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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