Html Css Color HEX #75146F Dark Purple

📋 copy color: '#75146F'

red 117 ◦ green 20 ◦ blue 111

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

Shades of Dark Purple #75146F

Tints of Dark Purple #75146F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 44.76%

R = 47.18%
G = 8.06%
B = 44.76%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.05

 K value IS 0.54

RGB Variations

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

Color information

#75146F (or 0x75146F) is known color: Dark Purple. HEX triplet: 75, 14 and 6F. RGB value is (117,20,111). Sum of RGB (Red+Green+Blue) = 117+20+111=248 (32% of max value = 765). Red value is 117 (46.09% from 255 or 47.18% from 248); Green value is 20 (8.20% from 255 or 8.06% from 248); Blue value is 111 (43.75% from 255 or 44.76% from 248); Max value from RGB is 117 - color contains mainly: red. Hex color #75146F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #75146F is #8AEB90. Grayscale: #3B3B3B. Windows color (decimal): -9104273 or 7279733. OLE color: 7279733.

HSL color Cylindrical-coordinate representation of color #75146F: hue angle of 303.71º 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 #75146F is Cyan = 0, Magento = 0.83, Yellow = 0.05 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 20 111 -
CMYK 0 0.83 0.05 0.54
HSL 303.71º 0.71% 0.27% -
HSV(B) 303.71º 0.83% 0.46% -
XYZ 10.46 5.43 15.54 -
YUV 59.38 157.14 169.1 -
System Red Green Blue C M Y K H S L
Decimal 117 20 111 0 0.83 0.05 0.54 303.71 0.71 0.27
Hex 75 14 6F 0 53 5 36 130 47 1B
Octal 165 24 157 0 123 5 66 460 107 33
Binary 1110101 10100 1101111 0 1010011 101 110110 100110000 1000111 11011

Color Harmonies of #75146F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75146F

Black with #75146F

Text Example


Text Example

White with #75146F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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