Html Css Color HEX #750067 Purple

📋 copy color: '#750067'

red 117 ◦ green 0 ◦ blue 103

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

Shades of Purple #750067

Tints of Purple #750067

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 53.18%
G = 0%
B = 46.82%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.12

 K value IS 0.54

RGB Variations

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

Color information

#750067 (or 0x750067) is known color: Purple. HEX triplet: 75, 00 and 67. RGB value is (117,0,103). Sum of RGB (Red+Green+Blue) = 117+0+103=220 (29% of max value = 765). Red value is 117 (46.09% from 255 or 53.18% from 220); Green value is 0 (0.39% from 255 or 0% from 220); Blue value is 103 (40.62% from 255 or 46.82% from 220); Max value from RGB is 117 - color contains mainly: red. Hex color #750067 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #750067 is #8AFF98. Grayscale: #2E2E2E. Windows color (decimal): -9109401 or 6750325. OLE color: 6750325.

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

Color convert

RGB 117 0 103 -
CMYK 0 1 0.12 0.54
HSL 307.18º 1% 0.23% -
HSV(B) 307.18º 1% 0.46% -
XYZ 9.78 4.76 13.24 -
YUV 46.73 159.76 178.12 -
System Red Green Blue C M Y K H S L
Decimal 117 0 103 0 1 0.12 0.54 307.18 1 0.23
Hex 75 0 67 0 64 C 36 133 64 17
Octal 165 0 147 0 144 14 66 463 144 27
Binary 1110101 0 1100111 0 1100100 1100 110110 100110011 1100100 10111

Color Harmonies of #750067

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #750067

Black with #750067

Text Example


Text Example

White with #750067

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #750067; }

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

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

background-color css

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

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

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

border-color css

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

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

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