Html Css Color HEX #740366 Purple

📋 copy color: '#740366'

red 116 ◦ green 3 ◦ blue 102

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

Shades of Purple #740366

Tints of Purple #740366

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 46.15%

R = 52.49%
G = 1.36%
B = 46.15%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.12

 K value IS 0.55

RGB Variations

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

Color information

#740366 (or 0x740366) is known color: Purple. HEX triplet: 74, 03 and 66. RGB value is (116,3,102). Sum of RGB (Red+Green+Blue) = 116+3+102=221 (29% of max value = 765). Red value is 116 (45.70% from 255 or 52.49% from 221); Green value is 3 (1.56% from 255 or 1.36% from 221); Blue value is 102 (40.23% from 255 or 46.15% from 221); Max value from RGB is 116 - color contains mainly: red. Hex color #740366 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #740366 is #8BFC99. Grayscale: #2F2F2F. Windows color (decimal): -9174170 or 6685556. OLE color: 6685556.

HSL color Cylindrical-coordinate representation of color #740366: hue angle of 307.43º 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 #740366 is Cyan = 0, Magento = 0.97, Yellow = 0.12 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 3 102 -
CMYK 0 0.97 0.12 0.55
HSL 307.43º 0.95% 0.23% -
HSV(B) 307.43º 0.97% 0.45% -
XYZ 9.63 4.74 12.98 -
YUV 48.07 158.44 176.45 -
System Red Green Blue C M Y K H S L
Decimal 116 3 102 0 0.97 0.12 0.55 307.43 0.95 0.23
Hex 74 3 66 0 61 C 37 133 5F 17
Octal 164 3 146 0 141 14 67 463 137 27
Binary 1110100 11 1100110 0 1100001 1100 110111 100110011 1011111 10111

Color Harmonies of #740366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #740366

Black with #740366

Text Example


Text Example

White with #740366

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #740366; }

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

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

background-color css

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

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

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

border-color css

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

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

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