Html Css Color HEX #74168B Purple

📋 copy color: '#74168B'

red 116 ◦ green 22 ◦ blue 139

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

Shades of Purple #74168B

Tints of Purple #74168B

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.94%

 BLUE value IS 139 (54.69% from 255) = 50.18%

R = 41.88%
G = 7.94%
B = 50.18%

CMYK

 C value IS 0.17

 M value IS 0.84

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#74168B (or 0x74168B) is known color: Purple. HEX triplet: 74, 16 and 8B. RGB value is (116,22,139). Sum of RGB (Red+Green+Blue) = 116+22+139=277 (36% of max value = 765). Red value is 116 (45.70% from 255 or 41.88% from 277); Green value is 22 (8.98% from 255 or 7.94% from 277); Blue value is 139 (54.69% from 255 or 50.18% from 277); Max value from RGB is 139 - color contains mainly: blue. Hex color #74168B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #74168B is #8BE974. Grayscale: #3F3F3F. Windows color (decimal): -9169269 or 9115252. OLE color: 9115252.

HSL color Cylindrical-coordinate representation of color #74168B: hue angle of 288.21º degrees, saturation: 0.73, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #74168B is Cyan = 0.17, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 116 22 139 -
CMYK 0.17 0.84 0 0.45
HSL 288.21º 0.73% 0.32% -
HSV(B) 288.21º 0.84% 0.55% -
XYZ 12.15 6.15 24.97 -
YUV 63.44 170.64 165.49 -
System Red Green Blue C M Y K H S L
Decimal 116 22 139 0.17 0.84 0 0.45 288.21 0.73 0.32
Hex 74 16 8B 11 54 0 2D 120 49 20
Octal 164 26 213 21 124 0 55 440 111 40
Binary 1110100 10110 10001011 10001 1010100 0 101101 100100000 1001001 100000

Color Harmonies of #74168B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74168B

Black with #74168B

Text Example


Text Example

White with #74168B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74168B; }

 p { color: rgb(116,22,139); }

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

background-color css

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

 a { background-color: rgb(116,22,139); }

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

border-color css

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

 span { border-color: rgb(116,22,139); }

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