Html Css Color HEX #760469 Purple

📋 copy color: '#760469'

red 118 ◦ green 4 ◦ blue 105

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

Shades of Purple #760469

Tints of Purple #760469

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.76%

 BLUE value IS 105 (41.41% from 255) = 46.26%

R = 51.98%
G = 1.76%
B = 46.26%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.11

 K value IS 0.54

RGB Variations

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

Color information

#760469 (or 0x760469) is known color: Purple. HEX triplet: 76, 04 and 69. RGB value is (118,4,105). Sum of RGB (Red+Green+Blue) = 118+4+105=227 (30% of max value = 765). Red value is 118 (46.48% from 255 or 51.98% from 227); Green value is 4 (1.95% from 255 or 1.76% from 227); Blue value is 105 (41.41% from 255 or 46.26% from 227); Max value from RGB is 118 - color contains mainly: red. Hex color #760469 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #760469 is #89FB96. Grayscale: #313131. Windows color (decimal): -9042839 or 6882422. OLE color: 6882422.

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

Color convert

RGB 118 4 105 -
CMYK 0 0.97 0.11 0.54
HSL 306.84º 0.93% 0.24% -
HSV(B) 306.84º 0.97% 0.46% -
XYZ 10.06 4.96 13.79 -
YUV 49.6 159.27 176.79 -
System Red Green Blue C M Y K H S L
Decimal 118 4 105 0 0.97 0.11 0.54 306.84 0.93 0.24
Hex 76 4 69 0 61 B 36 133 5D 18
Octal 166 4 151 0 141 13 66 463 135 30
Binary 1110110 100 1101001 0 1100001 1011 110110 100110011 1011101 11000

Color Harmonies of #760469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760469

Black with #760469

Text Example


Text Example

White with #760469

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #760469; }

 p { color: rgb(118,4,105); }

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

background-color css

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

 a { background-color: rgb(118,4,105); }

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

border-color css

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

 span { border-color: rgb(118,4,105); }

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