Html Css Color HEX #74127B Purple

📋 copy color: '#74127B'

red 116 ◦ green 18 ◦ blue 123

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

Shades of Purple #74127B

Tints of Purple #74127B

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7%

 BLUE value IS 123 (48.44% from 255) = 47.86%

R = 45.14%
G = 7%
B = 47.86%

CMYK

 C value IS 0.06

 M value IS 0.85

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#74127B (or 0x74127B) is known color: Purple. HEX triplet: 74, 12 and 7B. RGB value is (116,18,123). Sum of RGB (Red+Green+Blue) = 116+18+123=257 (34% of max value = 765). Red value is 116 (45.70% from 255 or 45.14% from 257); Green value is 18 (7.42% from 255 or 7.00% from 257); Blue value is 123 (48.44% from 255 or 47.86% from 257); Max value from RGB is 123 - color contains mainly: blue. Hex color #74127B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #74127B is #8BED84. Grayscale: #3A3A3A. Windows color (decimal): -9170309 or 8065652. OLE color: 8065652.

HSL color Cylindrical-coordinate representation of color #74127B: hue angle of 296º degrees, saturation: 0.74, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #74127B is Cyan = 0.06, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 116 18 123 -
CMYK 0.06 0.85 0 0.52
HSL 296º 0.74% 0.28% -
HSV(B) 296º 0.85% 0.48% -
XYZ 10.99 5.58 19.24 -
YUV 59.27 163.97 168.46 -
System Red Green Blue C M Y K H S L
Decimal 116 18 123 0.06 0.85 0 0.52 296 0.74 0.28
Hex 74 12 7B 6 55 0 34 128 4A 1C
Octal 164 22 173 6 125 0 64 450 112 34
Binary 1110100 10010 1111011 110 1010101 0 110100 100101000 1001010 11100

Color Harmonies of #74127B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74127B

Black with #74127B

Text Example


Text Example

White with #74127B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,18,123); }

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

background-color css

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

 a { background-color: rgb(116,18,123); }

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

border-color css

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

 span { border-color: rgb(116,18,123); }

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