Html Css Color HEX #762670 Dark Purple

📋 copy color: '#762670'

red 118 ◦ green 38 ◦ blue 112

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

Shades of Dark Purple #762670

Tints of Dark Purple #762670

RGB

 RED value IS 118 (46.48% from 255) = 44.03%

 GREEN value IS 38 (15.23% from 255) = 14.18%

 BLUE value IS 112 (44.14% from 255) = 41.79%

R = 44.03%
G = 14.18%
B = 41.79%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.05

 K value IS 0.54

RGB Variations

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

Color information

#762670 (or 0x762670) is known color: Dark Purple. HEX triplet: 76, 26 and 70. RGB value is (118,38,112). Sum of RGB (Red+Green+Blue) = 118+38+112=268 (35% of max value = 765). Red value is 118 (46.48% from 255 or 44.03% from 268); Green value is 38 (15.23% from 255 or 14.18% from 268); Blue value is 112 (44.14% from 255 or 41.79% from 268); Max value from RGB is 118 - color contains mainly: red. Hex color #762670 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #762670 is #89D98F. Grayscale: #464646. Windows color (decimal): -9034128 or 7349878. OLE color: 7349878.

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

Color convert

RGB 118 38 112 -
CMYK 0 0.68 0.05 0.54
HSL 304.5º 0.51% 0.31% -
HSV(B) 304.5º 0.68% 0.46% -
XYZ 11.09 6.41 15.98 -
YUV 70.36 151.5 161.98 -
System Red Green Blue C M Y K H S L
Decimal 118 38 112 0 0.68 0.05 0.54 304.5 0.51 0.31
Hex 76 26 70 0 44 5 36 130 33 1F
Octal 166 46 160 0 104 5 66 460 63 37
Binary 1110110 100110 1110000 0 1000100 101 110110 100110000 110011 11111

Color Harmonies of #762670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762670

Black with #762670

Text Example


Text Example

White with #762670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #762670; }

 p { color: rgb(118,38,112); }

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

background-color css

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

 a { background-color: rgb(118,38,112); }

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

border-color css

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

 span { border-color: rgb(118,38,112); }

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