Html Css Color HEX #750D67 Dark Purple

📋 copy color: '#750D67'

red 117 ◦ green 13 ◦ blue 103

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

Shades of Dark Purple #750D67

Tints of Dark Purple #750D67

RGB

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

 GREEN value IS 13 (5.47% from 255) = 5.58%

 BLUE value IS 103 (40.63% from 255) = 44.21%

R = 50.21%
G = 5.58%
B = 44.21%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.12

 K value IS 0.54

RGB Variations

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

Color information

#750D67 (or 0x750D67) is known color: Dark Purple. HEX triplet: 75, 0D and 67. RGB value is (117,13,103). Sum of RGB (Red+Green+Blue) = 117+13+103=233 (30% of max value = 765). Red value is 117 (46.09% from 255 or 50.21% from 233); Green value is 13 (5.47% from 255 or 5.58% from 233); Blue value is 103 (40.62% from 255 or 44.21% from 233); Max value from RGB is 117 - color contains mainly: red. Hex color #750D67 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #750D67 is #8AF298. Grayscale: #363636. Windows color (decimal): -9106073 or 6753653. OLE color: 6753653.

HSL color Cylindrical-coordinate representation of color #750D67: hue angle of 308.08º degrees, saturation: 0.8, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #750D67 is Cyan = 0, Magento = 0.89, Yellow = 0.12 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 13 103 -
CMYK 0 0.89 0.12 0.54
HSL 308.08º 0.8% 0.25% -
HSV(B) 308.08º 0.89% 0.46% -
XYZ 9.93 5.05 13.28 -
YUV 54.36 155.46 172.68 -
System Red Green Blue C M Y K H S L
Decimal 117 13 103 0 0.89 0.12 0.54 308.08 0.8 0.25
Hex 75 D 67 0 59 C 36 134 50 19
Octal 165 15 147 0 131 14 66 464 120 31
Binary 1110101 1101 1100111 0 1011001 1100 110110 100110100 1010000 11001

Color Harmonies of #750D67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #750D67

Black with #750D67

Text Example


Text Example

White with #750D67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #750D67; }

 p { color: rgb(117,13,103); }

 H1.HeaderClassName
 {
   color: #750D67;
 }
 .AnyTagClassName
 {
   color: #750D67;
 }
</style>

background-color css

<style>
 a { background-color: #750D67; }

 a { background-color: rgb(117,13,103); }

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

border-color css

<style>
 span { border-color: #750D67; }

 span { border-color: rgb(117,13,103); }

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