Html Css Color HEX #760D94 Purple

📋 copy color: '#760D94'

red 118 ◦ green 13 ◦ blue 148

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

Shades of Purple #760D94

Tints of Purple #760D94

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.66%

 BLUE value IS 148 (58.2% from 255) = 53.05%

R = 42.29%
G = 4.66%
B = 53.05%

CMYK

 C value IS 0.20

 M value IS 0.91

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#760D94 (or 0x760D94) is known color: Purple. HEX triplet: 76, 0D and 94. RGB value is (118,13,148). Sum of RGB (Red+Green+Blue) = 118+13+148=279 (36% of max value = 765). Red value is 118 (46.48% from 255 or 42.29% from 279); Green value is 13 (5.47% from 255 or 4.66% from 279); Blue value is 148 (58.20% from 255 or 53.05% from 279); Max value from RGB is 148 - color contains mainly: blue. Hex color #760D94 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #760D94 is #89F26B. Grayscale: #3B3B3B. Windows color (decimal): -9040492 or 9702774. OLE color: 9702774.

HSL color Cylindrical-coordinate representation of color #760D94: hue angle of 286.67º degrees, saturation: 0.84, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #760D94 is Cyan = 0.20, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 118 13 148 -
CMYK 0.20 0.91 0 0.42
HSL 286.67º 0.84% 0.32% -
HSV(B) 286.67º 0.91% 0.58% -
XYZ 12.96 6.28 28.55 -
YUV 59.79 177.79 169.52 -
System Red Green Blue C M Y K H S L
Decimal 118 13 148 0.20 0.91 0 0.42 286.67 0.84 0.32
Hex 76 D 94 14 5B 0 2A 11F 54 20
Octal 166 15 224 24 133 0 52 437 124 40
Binary 1110110 1101 10010100 10100 1011011 0 101010 100011111 1010100 100000

Color Harmonies of #760D94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760D94

Black with #760D94

Text Example


Text Example

White with #760D94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #760D94; }

 p { color: rgb(118,13,148); }

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

background-color css

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

 a { background-color: rgb(118,13,148); }

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

border-color css

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

 span { border-color: rgb(118,13,148); }

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