Html Css Color HEX #760569 Purple

📋 copy color: '#760569'

red 118 ◦ green 5 ◦ blue 105

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

Shades of Purple #760569

Tints of Purple #760569

RGB

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

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

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

R = 51.75%
G = 2.19%
B = 46.05%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.11

 K value IS 0.54

RGB Variations

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

Color information

#760569 (or 0x760569) is known color: Purple. HEX triplet: 76, 05 and 69. RGB value is (118,5,105). Sum of RGB (Red+Green+Blue) = 118+5+105=228 (30% of max value = 765). Red value is 118 (46.48% from 255 or 51.75% from 228); Green value is 5 (2.34% from 255 or 2.19% from 228); Blue value is 105 (41.41% from 255 or 46.05% from 228); Max value from RGB is 118 - color contains mainly: red. Hex color #760569 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #760569 is #89FA96. Grayscale: #313131. Windows color (decimal): -9042583 or 6882678. OLE color: 6882678.

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

Color convert

RGB 118 5 105 -
CMYK 0 0.96 0.11 0.54
HSL 306.9º 0.92% 0.24% -
HSV(B) 306.9º 0.96% 0.46% -
XYZ 10.08 4.98 13.79 -
YUV 50.19 158.94 176.37 -
System Red Green Blue C M Y K H S L
Decimal 118 5 105 0 0.96 0.11 0.54 306.9 0.92 0.24
Hex 76 5 69 0 60 B 36 133 5C 18
Octal 166 5 151 0 140 13 66 463 134 30
Binary 1110110 101 1101001 0 1100000 1011 110110 100110011 1011100 11000

Color Harmonies of #760569

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760569

Black with #760569

Text Example


Text Example

White with #760569

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #760569; }

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

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

background-color css

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

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

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

border-color css

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

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

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