Html Css Color HEX #74006E Purple

📋 copy color: '#74006E'

red 116 ◦ green 0 ◦ blue 110

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

Shades of Purple #74006E

Tints of Purple #74006E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 48.67%

R = 51.33%
G = 0%
B = 48.67%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.05

 K value IS 0.55

RGB Variations

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

Color information

#74006E (or 0x74006E) is known color: Purple. HEX triplet: 74, 00 and 6E. RGB value is (116,0,110). Sum of RGB (Red+Green+Blue) = 116+0+110=226 (29% of max value = 765). Red value is 116 (45.70% from 255 or 51.33% from 226); Green value is 0 (0.39% from 255 or 0% from 226); Blue value is 110 (43.36% from 255 or 48.67% from 226); Max value from RGB is 116 - color contains mainly: red. Hex color #74006E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #74006E is #8BFF91. Grayscale: #2E2E2E. Windows color (decimal): -9174930 or 7209076. OLE color: 7209076.

HSL color Cylindrical-coordinate representation of color #74006E: hue angle of 303.1º 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 #74006E is Cyan = 0, Magento = 1, Yellow = 0.05 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 0 110 -
CMYK 0 1 0.05 0.55
HSL 303.1º 1% 0.23% -
HSV(B) 303.1º 1% 0.45% -
XYZ 10.02 4.84 15.16 -
YUV 47.22 163.43 177.06 -
System Red Green Blue C M Y K H S L
Decimal 116 0 110 0 1 0.05 0.55 303.1 1 0.23
Hex 74 0 6E 0 64 5 37 12F 64 17
Octal 164 0 156 0 144 5 67 457 144 27
Binary 1110100 0 1101110 0 1100100 101 110111 100101111 1100100 10111

Color Harmonies of #74006E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74006E

Black with #74006E

Text Example


Text Example

White with #74006E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74006E; }

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

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

background-color css

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

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

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

border-color css

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

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

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