Html Css Color HEX #740368 Purple

📋 copy color: '#740368'

red 116 ◦ green 3 ◦ blue 104

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

Shades of Purple #740368

Tints of Purple #740368

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 46.64%

R = 52.02%
G = 1.35%
B = 46.64%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.10

 K value IS 0.55

RGB Variations

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

Color information

#740368 (or 0x740368) is known color: Purple. HEX triplet: 74, 03 and 68. RGB value is (116,3,104). Sum of RGB (Red+Green+Blue) = 116+3+104=223 (29% of max value = 765). Red value is 116 (45.70% from 255 or 52.02% from 223); Green value is 3 (1.56% from 255 or 1.35% from 223); Blue value is 104 (41.02% from 255 or 46.64% from 223); Max value from RGB is 116 - color contains mainly: red. Hex color #740368 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #740368 is #8BFC97. Grayscale: #303030. Windows color (decimal): -9174168 or 6816628. OLE color: 6816628.

HSL color Cylindrical-coordinate representation of color #740368: hue angle of 306.37º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #740368 is Cyan = 0, Magento = 0.97, Yellow = 0.10 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 3 104 -
CMYK 0 0.97 0.10 0.55
HSL 306.37º 0.95% 0.23% -
HSV(B) 306.37º 0.97% 0.45% -
XYZ 9.73 4.78 13.51 -
YUV 48.3 159.44 176.29 -
System Red Green Blue C M Y K H S L
Decimal 116 3 104 0 0.97 0.10 0.55 306.37 0.95 0.23
Hex 74 3 68 0 61 A 37 132 5F 17
Octal 164 3 150 0 141 12 67 462 137 27
Binary 1110100 11 1101000 0 1100001 1010 110111 100110010 1011111 10111

Color Harmonies of #740368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #740368

Black with #740368

Text Example


Text Example

White with #740368

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #740368; }

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

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

background-color css

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

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

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

border-color css

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

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

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