Html Css Color HEX #75216F Dark Purple

📋 copy color: '#75216F'

red 117 ◦ green 33 ◦ blue 111

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

Shades of Dark Purple #75216F

Tints of Dark Purple #75216F

RGB

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

 GREEN value IS 33 (13.28% from 255) = 12.64%

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

R = 44.83%
G = 12.64%
B = 42.53%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.05

 K value IS 0.54

RGB Variations

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

Color information

#75216F (or 0x75216F) is known color: Dark Purple. HEX triplet: 75, 21 and 6F. RGB value is (117,33,111). Sum of RGB (Red+Green+Blue) = 117+33+111=261 (34% of max value = 765). Red value is 117 (46.09% from 255 or 44.83% from 261); Green value is 33 (13.28% from 255 or 12.64% from 261); Blue value is 111 (43.75% from 255 or 42.53% from 261); Max value from RGB is 117 - color contains mainly: red. Hex color #75216F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #75216F is #8ADE90. Grayscale: #424242. Windows color (decimal): -9100945 or 7283061. OLE color: 7283061.

HSL color Cylindrical-coordinate representation of color #75216F: hue angle of 304.29º degrees, saturation: 0.56, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #75216F is Cyan = 0, Magento = 0.72, Yellow = 0.05 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 33 111 -
CMYK 0 0.72 0.05 0.54
HSL 304.29º 0.56% 0.29% -
HSV(B) 304.29º 0.72% 0.46% -
XYZ 10.75 6.02 15.63 -
YUV 67.01 152.83 163.66 -
System Red Green Blue C M Y K H S L
Decimal 117 33 111 0 0.72 0.05 0.54 304.29 0.56 0.29
Hex 75 21 6F 0 48 5 36 130 38 1D
Octal 165 41 157 0 110 5 66 460 70 35
Binary 1110101 100001 1101111 0 1001000 101 110110 100110000 111000 11101

Color Harmonies of #75216F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75216F

Black with #75216F

Text Example


Text Example

White with #75216F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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