Html Css Color HEX #760865 Purple

📋 copy color: '#760865'

red 118 ◦ green 8 ◦ blue 101

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

Shades of Purple #760865

Tints of Purple #760865

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.52%

 BLUE value IS 101 (39.84% from 255) = 44.49%

R = 51.98%
G = 3.52%
B = 44.49%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.14

 K value IS 0.54

RGB Variations

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

Color information

#760865 (or 0x760865) is known color: Purple. HEX triplet: 76, 08 and 65. RGB value is (118,8,101). Sum of RGB (Red+Green+Blue) = 118+8+101=227 (30% of max value = 765). Red value is 118 (46.48% from 255 or 51.98% from 227); Green value is 8 (3.52% from 255 or 3.52% from 227); Blue value is 101 (39.84% from 255 or 44.49% from 227); Max value from RGB is 118 - color contains mainly: red. Hex color #760865 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #760865 is #89F79A. Grayscale: #333333. Windows color (decimal): -9041819 or 6621302. OLE color: 6621302.

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

Color convert

RGB 118 8 101 -
CMYK 0 0.93 0.14 0.54
HSL 309.27º 0.87% 0.25% -
HSV(B) 309.27º 0.93% 0.46% -
XYZ 9.91 4.96 12.75 -
YUV 51.49 155.94 175.44 -
System Red Green Blue C M Y K H S L
Decimal 118 8 101 0 0.93 0.14 0.54 309.27 0.87 0.25
Hex 76 8 65 0 5D E 36 135 57 19
Octal 166 10 145 0 135 16 66 465 127 31
Binary 1110110 1000 1100101 0 1011101 1110 110110 100110101 1010111 11001

Color Harmonies of #760865

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760865

Black with #760865

Text Example


Text Example

White with #760865

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #760865; }

 p { color: rgb(118,8,101); }

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

background-color css

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

 a { background-color: rgb(118,8,101); }

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

border-color css

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

 span { border-color: rgb(118,8,101); }

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