Html Css Color HEX #74007D Purple

📋 copy color: '#74007D'

red 116 ◦ green 0 ◦ blue 125

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

Shades of Purple #74007D

Tints of Purple #74007D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 51.87%

R = 48.13%
G = 0%
B = 51.87%

CMYK

 C value IS 0.07

 M value IS 1

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#74007D (or 0x74007D) is known color: Purple. HEX triplet: 74, 00 and 7D. RGB value is (116,0,125). Sum of RGB (Red+Green+Blue) = 116+0+125=241 (31% of max value = 765). Red value is 116 (45.70% from 255 or 48.13% from 241); Green value is 0 (0.39% from 255 or 0% from 241); Blue value is 125 (49.22% from 255 or 51.87% from 241); Max value from RGB is 125 - color contains mainly: blue. Hex color #74007D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #74007D is #8BFF82. Grayscale: #303030. Windows color (decimal): -9174915 or 8192116. OLE color: 8192116.

HSL color Cylindrical-coordinate representation of color #74007D: hue angle of 295.68º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 1%. Process color model (Four color, CMYK) of #74007D is Cyan = 0.07, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 116 0 125 -
CMYK 0.07 1 0 0.51
HSL 295.68º 1% 0.25% -
HSV(B) 295.68º 1% 0.49% -
XYZ 10.9 5.19 19.83 -
YUV 48.93 170.93 175.84 -
System Red Green Blue C M Y K H S L
Decimal 116 0 125 0.07 1 0 0.51 295.68 1 0.25
Hex 74 0 7D 7 64 0 33 128 64 19
Octal 164 0 175 7 144 0 63 450 144 31
Binary 1110100 0 1111101 111 1100100 0 110011 100101000 1100100 11001

Color Harmonies of #74007D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74007D

Black with #74007D

Text Example


Text Example

White with #74007D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74007D; }

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

 H1.HeaderClassName
 {
   color: #74007D;
 }
 .AnyTagClassName
 {
   color: #74007D;
 }
</style>

background-color css

<style>
 a { background-color: #74007D; }

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

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

border-color css

<style>
 span { border-color: #74007D; }

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

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