Html Css Color HEX #760965 Purple

📋 copy color: '#760965'

red 118 ◦ green 9 ◦ blue 101

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

Shades of Purple #760965

Tints of Purple #760965

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.95%

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

R = 51.75%
G = 3.95%
B = 44.3%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.14

 K value IS 0.54

RGB Variations

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

Color information

#760965 (or 0x760965) is known color: Purple. HEX triplet: 76, 09 and 65. RGB value is (118,9,101). Sum of RGB (Red+Green+Blue) = 118+9+101=228 (30% of max value = 765). Red value is 118 (46.48% from 255 or 51.75% from 228); Green value is 9 (3.91% from 255 or 3.95% from 228); Blue value is 101 (39.84% from 255 or 44.30% from 228); Max value from RGB is 118 - color contains mainly: red. Hex color #760965 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #760965 is #89F69A. Grayscale: #333333. Windows color (decimal): -9041563 or 6621558. OLE color: 6621558.

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

Color convert

RGB 118 9 101 -
CMYK 0 0.92 0.14 0.54
HSL 309.36º 0.86% 0.25% -
HSV(B) 309.36º 0.92% 0.46% -
XYZ 9.92 4.99 12.75 -
YUV 52.08 155.61 175.02 -
System Red Green Blue C M Y K H S L
Decimal 118 9 101 0 0.92 0.14 0.54 309.36 0.86 0.25
Hex 76 9 65 0 5C E 36 135 56 19
Octal 166 11 145 0 134 16 66 465 126 31
Binary 1110110 1001 1100101 0 1011100 1110 110110 100110101 1010110 11001

Color Harmonies of #760965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760965

Black with #760965

Text Example


Text Example

White with #760965

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #760965; }

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

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

background-color css

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

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

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

border-color css

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

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

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