Html Css Color HEX #760366 Purple

📋 copy color: '#760366'

red 118 ◦ green 3 ◦ blue 102

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

Shades of Purple #760366

Tints of Purple #760366

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 45.74%

R = 52.91%
G = 1.35%
B = 45.74%

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

#760366 (or 0x760366) is known color: Purple. HEX triplet: 76, 03 and 66. RGB value is (118,3,102). Sum of RGB (Red+Green+Blue) = 118+3+102=223 (29% of max value = 765). Red value is 118 (46.48% from 255 or 52.91% from 223); Green value is 3 (1.56% from 255 or 1.35% from 223); Blue value is 102 (40.23% from 255 or 45.74% from 223); Max value from RGB is 118 - color contains mainly: red. Hex color #760366 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #760366 is #89FC99. Grayscale: #303030. Windows color (decimal): -9043098 or 6685558. OLE color: 6685558.

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

Color convert

RGB 118 3 102 -
CMYK 0 0.97 0.14 0.54
HSL 308.35º 0.95% 0.24% -
HSV(B) 308.35º 0.97% 0.46% -
XYZ 9.9 4.88 12.99 -
YUV 48.67 158.1 177.45 -
System Red Green Blue C M Y K H S L
Decimal 118 3 102 0 0.97 0.14 0.54 308.35 0.95 0.24
Hex 76 3 66 0 61 E 36 134 5F 18
Octal 166 3 146 0 141 16 66 464 137 30
Binary 1110110 11 1100110 0 1100001 1110 110110 100110100 1011111 11000

Color Harmonies of #760366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760366

Black with #760366

Text Example


Text Example

White with #760366

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #760366; }

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

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

background-color css

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

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

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

border-color css

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

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

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