Html Css Color HEX #74178B Purple

📋 copy color: '#74178B'

red 116 ◦ green 23 ◦ blue 139

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

Shades of Purple #74178B

Tints of Purple #74178B

RGB

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

 GREEN value IS 23 (9.38% from 255) = 8.27%

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

R = 41.73%
G = 8.27%
B = 50%

CMYK

 C value IS 0.17

 M value IS 0.83

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#74178B (or 0x74178B) is known color: Purple. HEX triplet: 74, 17 and 8B. RGB value is (116,23,139). Sum of RGB (Red+Green+Blue) = 116+23+139=278 (36% of max value = 765). Red value is 116 (45.70% from 255 or 41.73% from 278); Green value is 23 (9.38% from 255 or 8.27% from 278); Blue value is 139 (54.69% from 255 or 50% from 278); Max value from RGB is 139 - color contains mainly: blue. Hex color #74178B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #74178B is #8BE874. Grayscale: #3F3F3F. Windows color (decimal): -9169013 or 9115508. OLE color: 9115508.

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

Color convert

RGB 116 23 139 -
CMYK 0.17 0.83 0 0.45
HSL 288.1º 0.72% 0.32% -
HSV(B) 288.1º 0.83% 0.55% -
XYZ 12.17 6.19 24.98 -
YUV 64.03 170.31 165.07 -
System Red Green Blue C M Y K H S L
Decimal 116 23 139 0.17 0.83 0 0.45 288.1 0.72 0.32
Hex 74 17 8B 11 53 0 2D 120 48 20
Octal 164 27 213 21 123 0 55 440 110 40
Binary 1110100 10111 10001011 10001 1010011 0 101101 100100000 1001000 100000

Color Harmonies of #74178B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74178B

Black with #74178B

Text Example


Text Example

White with #74178B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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