Html Css Color HEX #760369 Purple

📋 copy color: '#760369'

red 118 ◦ green 3 ◦ blue 105

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

Shades of Purple #760369

Tints of Purple #760369

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 46.46%

R = 52.21%
G = 1.33%
B = 46.46%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.11

 K value IS 0.54

RGB Variations

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

Color information

#760369 (or 0x760369) is known color: Purple. HEX triplet: 76, 03 and 69. RGB value is (118,3,105). Sum of RGB (Red+Green+Blue) = 118+3+105=226 (29% of max value = 765). Red value is 118 (46.48% from 255 or 52.21% from 226); Green value is 3 (1.56% from 255 or 1.33% from 226); Blue value is 105 (41.41% from 255 or 46.46% from 226); Max value from RGB is 118 - color contains mainly: red. Hex color #760369 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #760369 is #89FC96. Grayscale: #303030. Windows color (decimal): -9043095 or 6882166. OLE color: 6882166.

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

Color convert

RGB 118 3 105 -
CMYK 0 0.97 0.11 0.54
HSL 306.78º 0.95% 0.24% -
HSV(B) 306.78º 0.97% 0.46% -
XYZ 10.05 4.94 13.79 -
YUV 49.01 159.6 177.21 -
System Red Green Blue C M Y K H S L
Decimal 118 3 105 0 0.97 0.11 0.54 306.78 0.95 0.24
Hex 76 3 69 0 61 B 36 133 5F 18
Octal 166 3 151 0 141 13 66 463 137 30
Binary 1110110 11 1101001 0 1100001 1011 110110 100110011 1011111 11000

Color Harmonies of #760369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760369

Black with #760369

Text Example


Text Example

White with #760369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #760369; }

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

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

background-color css

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

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

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

border-color css

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

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

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