Html Css Color HEX #741675 Dark Purple

📋 copy color: '#741675'

red 116 ◦ green 22 ◦ blue 117

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

Shades of Dark Purple #741675

Tints of Dark Purple #741675

RGB

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

 GREEN value IS 22 (8.98% from 255) = 8.63%

 BLUE value IS 117 (46.09% from 255) = 45.88%

R = 45.49%
G = 8.63%
B = 45.88%

CMYK

 C value IS 0.01

 M value IS 0.81

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#741675 (or 0x741675) is known color: Dark Purple. HEX triplet: 74, 16 and 75. RGB value is (116,22,117). Sum of RGB (Red+Green+Blue) = 116+22+117=255 (33% of max value = 765). Red value is 116 (45.70% from 255 or 45.49% from 255); Green value is 22 (8.98% from 255 or 8.63% from 255); Blue value is 117 (46.09% from 255 or 45.88% from 255); Max value from RGB is 117 - color contains mainly: blue. Hex color #741675 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #741675 is #8BE98A. Grayscale: #3C3C3C. Windows color (decimal): -9169291 or 7673460. OLE color: 7673460.

HSL color Cylindrical-coordinate representation of color #741675: hue angle of 299.37º degrees, saturation: 0.68, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #741675 is Cyan = 0.01, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 116 22 117 -
CMYK 0.01 0.81 0 0.54
HSL 299.37º 0.68% 0.27% -
HSV(B) 299.37º 0.81% 0.46% -
XYZ 10.7 5.57 17.34 -
YUV 60.94 159.64 167.28 -
System Red Green Blue C M Y K H S L
Decimal 116 22 117 0.01 0.81 0 0.54 299.37 0.68 0.27
Hex 74 16 75 1 51 0 36 12B 44 1B
Octal 164 26 165 1 121 0 66 453 104 33
Binary 1110100 10110 1110101 1 1010001 0 110110 100101011 1000100 11011

Color Harmonies of #741675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741675

Black with #741675

Text Example


Text Example

White with #741675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #741675; }

 p { color: rgb(116,22,117); }

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

background-color css

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

 a { background-color: rgb(116,22,117); }

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

border-color css

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

 span { border-color: rgb(116,22,117); }

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