Html Css Color HEX #740567 Purple

📋 copy color: '#740567'

red 116 ◦ green 5 ◦ blue 103

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

Shades of Purple #740567

Tints of Purple #740567

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.23%

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

R = 51.79%
G = 2.23%
B = 45.98%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.11

 K value IS 0.55

RGB Variations

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

Color information

#740567 (or 0x740567) is known color: Purple. HEX triplet: 74, 05 and 67. RGB value is (116,5,103). Sum of RGB (Red+Green+Blue) = 116+5+103=224 (29% of max value = 765). Red value is 116 (45.70% from 255 or 51.79% from 224); Green value is 5 (2.34% from 255 or 2.23% from 224); Blue value is 103 (40.62% from 255 or 45.98% from 224); Max value from RGB is 116 - color contains mainly: red. Hex color #740567 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #740567 is #8BFA98. Grayscale: #313131. Windows color (decimal): -9173657 or 6751604. OLE color: 6751604.

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

Color convert

RGB 116 5 103 -
CMYK 0 0.96 0.11 0.55
HSL 307.03º 0.92% 0.24% -
HSV(B) 307.03º 0.96% 0.45% -
XYZ 9.7 4.8 13.25 -
YUV 49.36 158.27 175.53 -
System Red Green Blue C M Y K H S L
Decimal 116 5 103 0 0.96 0.11 0.55 307.03 0.92 0.24
Hex 74 5 67 0 60 B 37 133 5C 18
Octal 164 5 147 0 140 13 67 463 134 30
Binary 1110100 101 1100111 0 1100000 1011 110111 100110011 1011100 11000

Color Harmonies of #740567

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #740567

Black with #740567

Text Example


Text Example

White with #740567

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #740567; }

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

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

background-color css

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

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

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

border-color css

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

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

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