Html Css Color HEX #740067 Purple

📋 copy color: '#740067'

red 116 ◦ green 0 ◦ blue 103

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

Shades of Purple #740067

Tints of Purple #740067

RGB

 RED value IS 116 (45.7% from 255) = 52.97%

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

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

R = 52.97%
G = 0%
B = 47.03%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.11

 K value IS 0.55

RGB Variations

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

Color information

#740067 (or 0x740067) is known color: Purple. HEX triplet: 74, 00 and 67. RGB value is (116,0,103). Sum of RGB (Red+Green+Blue) = 116+0+103=219 (29% of max value = 765). Red value is 116 (45.70% from 255 or 52.97% from 219); Green value is 0 (0.39% from 255 or 0% from 219); Blue value is 103 (40.62% from 255 or 47.03% from 219); Max value from RGB is 116 - color contains mainly: red. Hex color #740067 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #740067 is #8BFF98. Grayscale: #2E2E2E. Windows color (decimal): -9174937 or 6750324. OLE color: 6750324.

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

Color convert

RGB 116 0 103 -
CMYK 0 1 0.11 0.55
HSL 306.72º 1% 0.23% -
HSV(B) 306.72º 1% 0.45% -
XYZ 9.65 4.69 13.23 -
YUV 46.43 159.93 177.62 -
System Red Green Blue C M Y K H S L
Decimal 116 0 103 0 1 0.11 0.55 306.72 1 0.23
Hex 74 0 67 0 64 B 37 133 64 17
Octal 164 0 147 0 144 13 67 463 144 27
Binary 1110100 0 1100111 0 1100100 1011 110111 100110011 1100100 10111

Color Harmonies of #740067

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #740067

Black with #740067

Text Example


Text Example

White with #740067

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #740067; }

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

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

background-color css

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

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

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

border-color css

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

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

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