Html Css Color HEX #760684 Purple

📋 copy color: '#760684'

red 118 ◦ green 6 ◦ blue 132

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

Shades of Purple #760684

Tints of Purple #760684

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.34%

 BLUE value IS 132 (51.95% from 255) = 51.56%

R = 46.09%
G = 2.34%
B = 51.56%

CMYK

 C value IS 0.11

 M value IS 0.95

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#760684 (or 0x760684) is known color: Purple. HEX triplet: 76, 06 and 84. RGB value is (118,6,132). Sum of RGB (Red+Green+Blue) = 118+6+132=256 (33% of max value = 765). Red value is 118 (46.48% from 255 or 46.09% from 256); Green value is 6 (2.73% from 255 or 2.34% from 256); Blue value is 132 (51.95% from 255 or 51.56% from 256); Max value from RGB is 132 - color contains mainly: blue. Hex color #760684 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #760684 is #89F97B. Grayscale: #353535. Windows color (decimal): -9042300 or 8652406. OLE color: 8652406.

HSL color Cylindrical-coordinate representation of color #760684: hue angle of 293.33º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #760684 is Cyan = 0.11, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 118 6 132 -
CMYK 0.11 0.95 0 0.48
HSL 293.33º 0.91% 0.27% -
HSV(B) 293.33º 0.95% 0.52% -
XYZ 11.7 5.65 22.3 -
YUV 53.85 172.11 173.75 -
System Red Green Blue C M Y K H S L
Decimal 118 6 132 0.11 0.95 0 0.48 293.33 0.91 0.27
Hex 76 6 84 B 5F 0 30 125 5B 1B
Octal 166 6 204 13 137 0 60 445 133 33
Binary 1110110 110 10000100 1011 1011111 0 110000 100100101 1011011 11011

Color Harmonies of #760684

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760684

Black with #760684

Text Example


Text Example

White with #760684

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #760684; }

 p { color: rgb(118,6,132); }

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

background-color css

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

 a { background-color: rgb(118,6,132); }

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

border-color css

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

 span { border-color: rgb(118,6,132); }

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