Html Css Color HEX #760365 Purple

📋 copy color: '#760365'

red 118 ◦ green 3 ◦ blue 101

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

Shades of Purple #760365

Tints of Purple #760365

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.35%

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

R = 53.15%
G = 1.35%
B = 45.5%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.14

 K value IS 0.54

RGB Variations

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

Color information

#760365 (or 0x760365) is known color: Purple. HEX triplet: 76, 03 and 65. RGB value is (118,3,101). Sum of RGB (Red+Green+Blue) = 118+3+101=222 (29% of max value = 765). Red value is 118 (46.48% from 255 or 53.15% from 222); Green value is 3 (1.56% from 255 or 1.35% from 222); Blue value is 101 (39.84% from 255 or 45.50% from 222); Max value from RGB is 118 - color contains mainly: red. Hex color #760365 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #760365 is #89FC9A. Grayscale: #303030. Windows color (decimal): -9043099 or 6620022. OLE color: 6620022.

HSL color Cylindrical-coordinate representation of color #760365: hue angle of 308.87º degrees, saturation: 0.95, 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 #760365 is Cyan = 0, Magento = 0.97, Yellow = 0.14 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 3 101 -
CMYK 0 0.97 0.14 0.54
HSL 308.87º 0.95% 0.24% -
HSV(B) 308.87º 0.97% 0.46% -
XYZ 9.85 4.86 12.73 -
YUV 48.56 157.6 177.53 -
System Red Green Blue C M Y K H S L
Decimal 118 3 101 0 0.97 0.14 0.54 308.87 0.95 0.24
Hex 76 3 65 0 61 E 36 135 5F 18
Octal 166 3 145 0 141 16 66 465 137 30
Binary 1110110 11 1100101 0 1100001 1110 110110 100110101 1011111 11000

Color Harmonies of #760365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760365

Black with #760365

Text Example


Text Example

White with #760365

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #760365; }

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

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

background-color css

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

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

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

border-color css

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

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

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