Html Css Color HEX #74037F Purple

📋 copy color: '#74037F'

red 116 ◦ green 3 ◦ blue 127

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

Shades of Purple #74037F

Tints of Purple #74037F

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.22%

 BLUE value IS 127 (50% from 255) = 51.63%

R = 47.15%
G = 1.22%
B = 51.63%

CMYK

 C value IS 0.09

 M value IS 0.98

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#74037F (or 0x74037F) is known color: Purple. HEX triplet: 74, 03 and 7F. RGB value is (116,3,127). Sum of RGB (Red+Green+Blue) = 116+3+127=246 (32% of max value = 765). Red value is 116 (45.70% from 255 or 47.15% from 246); Green value is 3 (1.56% from 255 or 1.22% from 246); Blue value is 127 (50% from 255 or 51.63% from 246); Max value from RGB is 127 - color contains mainly: blue. Hex color #74037F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #74037F is #8BFC80. Grayscale: #323232. Windows color (decimal): -9174145 or 8323956. OLE color: 8323956.

HSL color Cylindrical-coordinate representation of color #74037F: hue angle of 294.68º degrees, saturation: 0.95, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #74037F is Cyan = 0.09, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 116 3 127 -
CMYK 0.09 0.98 0 0.50
HSL 294.68º 0.95% 0.25% -
HSV(B) 294.68º 0.98% 0.5% -
XYZ 11.07 5.31 20.52 -
YUV 50.92 170.94 174.42 -
System Red Green Blue C M Y K H S L
Decimal 116 3 127 0.09 0.98 0 0.50 294.68 0.95 0.25
Hex 74 3 7F 9 62 0 32 127 5F 19
Octal 164 3 177 11 142 0 62 447 137 31
Binary 1110100 11 1111111 1001 1100010 0 110010 100100111 1011111 11001

Color Harmonies of #74037F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74037F

Black with #74037F

Text Example


Text Example

White with #74037F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74037F; }

 p { color: rgb(116,3,127); }

 H1.HeaderClassName
 {
   color: #74037F;
 }
 .AnyTagClassName
 {
   color: #74037F;
 }
</style>

background-color css

<style>
 a { background-color: #74037F; }

 a { background-color: rgb(116,3,127); }

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

border-color css

<style>
 span { border-color: #74037F; }

 span { border-color: rgb(116,3,127); }

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