Html Css Color HEX #760385 Purple

📋 copy color: '#760385'

red 118 ◦ green 3 ◦ blue 133

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

Shades of Purple #760385

Tints of Purple #760385

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 52.36%

R = 46.46%
G = 1.18%
B = 52.36%

CMYK

 C value IS 0.11

 M value IS 0.98

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#760385 (or 0x760385) is known color: Purple. HEX triplet: 76, 03 and 85. RGB value is (118,3,133). Sum of RGB (Red+Green+Blue) = 118+3+133=254 (33% of max value = 765). Red value is 118 (46.48% from 255 or 46.46% from 254); Green value is 3 (1.56% from 255 or 1.18% from 254); Blue value is 133 (52.34% from 255 or 52.36% from 254); Max value from RGB is 133 - color contains mainly: blue. Hex color #760385 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #760385 is #89FC7A. Grayscale: #333333. Windows color (decimal): -9043067 or 8717174. OLE color: 8717174.

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

Color convert

RGB 118 3 133 -
CMYK 0.11 0.98 0 0.48
HSL 293.08º 0.96% 0.27% -
HSV(B) 293.08º 0.98% 0.52% -
XYZ 11.74 5.61 22.65 -
YUV 52.21 173.6 174.93 -
System Red Green Blue C M Y K H S L
Decimal 118 3 133 0.11 0.98 0 0.48 293.08 0.96 0.27
Hex 76 3 85 B 62 0 30 125 60 1B
Octal 166 3 205 13 142 0 60 445 140 33
Binary 1110110 11 10000101 1011 1100010 0 110000 100100101 1100000 11011

Color Harmonies of #760385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760385

Black with #760385

Text Example


Text Example

White with #760385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #760385; }

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

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

background-color css

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

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

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

border-color css

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

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

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