Html Css Color HEX #74017B Purple

📋 copy color: '#74017B'

red 116 ◦ green 1 ◦ blue 123

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

Shades of Purple #74017B

Tints of Purple #74017B

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.42%

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

R = 48.33%
G = 0.42%
B = 51.25%

CMYK

 C value IS 0.06

 M value IS 0.99

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#74017B (or 0x74017B) is known color: Purple. HEX triplet: 74, 01 and 7B. RGB value is (116,1,123). Sum of RGB (Red+Green+Blue) = 116+1+123=240 (31% of max value = 765). Red value is 116 (45.70% from 255 or 48.33% from 240); Green value is 1 (0.78% from 255 or 0.42% from 240); Blue value is 123 (48.44% from 255 or 51.25% from 240); Max value from RGB is 123 - color contains mainly: blue. Hex color #74017B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #74017B is #8BFE84. Grayscale: #303030. Windows color (decimal): -9174661 or 8061300. OLE color: 8061300.

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

Color convert

RGB 116 1 123 -
CMYK 0.06 0.99 0 0.52
HSL 296.56º 0.98% 0.24% -
HSV(B) 296.56º 0.99% 0.48% -
XYZ 10.79 5.16 19.17 -
YUV 49.29 169.6 175.58 -
System Red Green Blue C M Y K H S L
Decimal 116 1 123 0.06 0.99 0 0.52 296.56 0.98 0.24
Hex 74 1 7B 6 63 0 34 129 62 18
Octal 164 1 173 6 143 0 64 451 142 30
Binary 1110100 1 1111011 110 1100011 0 110100 100101001 1100010 11000

Color Harmonies of #74017B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74017B

Black with #74017B

Text Example


Text Example

White with #74017B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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