Html Css Color HEX #74107D Purple

📋 copy color: '#74107D'

red 116 ◦ green 16 ◦ blue 125

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

Shades of Purple #74107D

Tints of Purple #74107D

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.23%

 BLUE value IS 125 (49.22% from 255) = 48.64%

R = 45.14%
G = 6.23%
B = 48.64%

CMYK

 C value IS 0.07

 M value IS 0.87

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#74107D (or 0x74107D) is known color: Purple. HEX triplet: 74, 10 and 7D. RGB value is (116,16,125). Sum of RGB (Red+Green+Blue) = 116+16+125=257 (34% of max value = 765). Red value is 116 (45.70% from 255 or 45.14% from 257); Green value is 16 (6.64% from 255 or 6.23% from 257); Blue value is 125 (49.22% from 255 or 48.64% from 257); Max value from RGB is 125 - color contains mainly: blue. Hex color #74107D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #74107D is #8BEF82. Grayscale: #393939. Windows color (decimal): -9170819 or 8196212. OLE color: 8196212.

HSL color Cylindrical-coordinate representation of color #74107D: hue angle of 295.05º degrees, saturation: 0.77, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #74107D is Cyan = 0.07, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 116 16 125 -
CMYK 0.07 0.87 0 0.51
HSL 295.05º 0.77% 0.28% -
HSV(B) 295.05º 0.87% 0.49% -
XYZ 11.09 5.56 19.89 -
YUV 58.33 165.63 169.14 -
System Red Green Blue C M Y K H S L
Decimal 116 16 125 0.07 0.87 0 0.51 295.05 0.77 0.28
Hex 74 10 7D 7 57 0 33 127 4D 1C
Octal 164 20 175 7 127 0 63 447 115 34
Binary 1110100 10000 1111101 111 1010111 0 110011 100100111 1001101 11100

Color Harmonies of #74107D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74107D

Black with #74107D

Text Example


Text Example

White with #74107D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74107D; }

 p { color: rgb(116,16,125); }

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

background-color css

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

 a { background-color: rgb(116,16,125); }

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

border-color css

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

 span { border-color: rgb(116,16,125); }

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