Html Css Color HEX #74008C Purple

📋 copy color: '#74008C'

red 116 ◦ green 0 ◦ blue 140

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

Shades of Purple #74008C

Tints of Purple #74008C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 54.69%

R = 45.31%
G = 0%
B = 54.69%

CMYK

 C value IS 0.17

 M value IS 1

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#74008C (or 0x74008C) is known color: Purple. HEX triplet: 74, 00 and 8C. RGB value is (116,0,140). Sum of RGB (Red+Green+Blue) = 116+0+140=256 (33% of max value = 765). Red value is 116 (45.70% from 255 or 45.31% from 256); Green value is 0 (0.39% from 255 or 0% from 256); Blue value is 140 (55.08% from 255 or 54.69% from 256); Max value from RGB is 140 - color contains mainly: blue. Hex color #74008C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #74008C is #8BFF73. Grayscale: #323232. Windows color (decimal): -9174900 or 9175156. OLE color: 9175156.

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

Color convert

RGB 116 0 140 -
CMYK 0.17 1 0 0.45
HSL 289.71º 1% 0.27% -
HSV(B) 289.71º 1% 0.55% -
XYZ 11.94 5.61 25.26 -
YUV 50.64 178.43 174.62 -
System Red Green Blue C M Y K H S L
Decimal 116 0 140 0.17 1 0 0.45 289.71 1 0.27
Hex 74 0 8C 11 64 0 2D 122 64 1B
Octal 164 0 214 21 144 0 55 442 144 33
Binary 1110100 0 10001100 10001 1100100 0 101101 100100010 1100100 11011

Color Harmonies of #74008C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74008C

Black with #74008C

Text Example


Text Example

White with #74008C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74008C; }

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

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

background-color css

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

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

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

border-color css

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

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

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