Html Css Color HEX #740367 Purple

📋 copy color: '#740367'

red 116 ◦ green 3 ◦ blue 103

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

Shades of Purple #740367

Tints of Purple #740367

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 46.4%

R = 52.25%
G = 1.35%
B = 46.4%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.11

 K value IS 0.55

RGB Variations

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

Color information

#740367 (or 0x740367) is known color: Purple. HEX triplet: 74, 03 and 67. RGB value is (116,3,103). Sum of RGB (Red+Green+Blue) = 116+3+103=222 (29% of max value = 765). Red value is 116 (45.70% from 255 or 52.25% from 222); Green value is 3 (1.56% from 255 or 1.35% from 222); Blue value is 103 (40.62% from 255 or 46.40% from 222); Max value from RGB is 116 - color contains mainly: red. Hex color #740367 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #740367 is #8BFC98. Grayscale: #2F2F2F. Windows color (decimal): -9174169 or 6751092. OLE color: 6751092.

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

Color convert

RGB 116 3 103 -
CMYK 0 0.97 0.11 0.55
HSL 306.9º 0.95% 0.23% -
HSV(B) 306.9º 0.97% 0.45% -
XYZ 9.68 4.76 13.24 -
YUV 48.19 158.94 176.37 -
System Red Green Blue C M Y K H S L
Decimal 116 3 103 0 0.97 0.11 0.55 306.9 0.95 0.23
Hex 74 3 67 0 61 B 37 133 5F 17
Octal 164 3 147 0 141 13 67 463 137 27
Binary 1110100 11 1100111 0 1100001 1011 110111 100110011 1011111 10111

Color Harmonies of #740367

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #740367

Black with #740367

Text Example


Text Example

White with #740367

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #740367; }

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

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

background-color css

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

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

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

border-color css

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

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

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