Html Css Color HEX #740267 Purple

📋 copy color: '#740267'

red 116 ◦ green 2 ◦ blue 103

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

Shades of Purple #740267

Tints of Purple #740267

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.9%

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

R = 52.49%
G = 0.9%
B = 46.61%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.11

 K value IS 0.55

RGB Variations

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

Color information

#740267 (or 0x740267) is known color: Purple. HEX triplet: 74, 02 and 67. RGB value is (116,2,103). Sum of RGB (Red+Green+Blue) = 116+2+103=221 (29% of max value = 765). Red value is 116 (45.70% from 255 or 52.49% from 221); Green value is 2 (1.17% from 255 or 0.90% from 221); Blue value is 103 (40.62% from 255 or 46.61% from 221); Max value from RGB is 116 - color contains mainly: red. Hex color #740267 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #740267 is #8BFD98. Grayscale: #2F2F2F. Windows color (decimal): -9174425 or 6750836. OLE color: 6750836.

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

Color convert

RGB 116 2 103 -
CMYK 0 0.98 0.11 0.55
HSL 306.84º 0.97% 0.23% -
HSV(B) 306.84º 0.98% 0.45% -
XYZ 9.67 4.74 13.24 -
YUV 47.6 159.27 176.79 -
System Red Green Blue C M Y K H S L
Decimal 116 2 103 0 0.98 0.11 0.55 306.84 0.97 0.23
Hex 74 2 67 0 62 B 37 133 61 17
Octal 164 2 147 0 142 13 67 463 141 27
Binary 1110100 10 1100111 0 1100010 1011 110111 100110011 1100001 10111

Color Harmonies of #740267

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #740267

Black with #740267

Text Example


Text Example

White with #740267

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #740267; }

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

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

background-color css

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

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

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

border-color css

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

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

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