Html Css Color HEX #760F7B Purple

📋 copy color: '#760F7B'

red 118 ◦ green 15 ◦ blue 123

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

Shades of Purple #760F7B

Tints of Purple #760F7B

RGB

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

 GREEN value IS 15 (6.25% from 255) = 5.86%

 BLUE value IS 123 (48.44% from 255) = 48.05%

R = 46.09%
G = 5.86%
B = 48.05%

CMYK

 C value IS 0.04

 M value IS 0.88

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#760F7B (or 0x760F7B) is known color: Purple. HEX triplet: 76, 0F and 7B. RGB value is (118,15,123). Sum of RGB (Red+Green+Blue) = 118+15+123=256 (33% of max value = 765). Red value is 118 (46.48% from 255 or 46.09% from 256); Green value is 15 (6.25% from 255 or 5.86% from 256); Blue value is 123 (48.44% from 255 or 48.05% from 256); Max value from RGB is 123 - color contains mainly: blue. Hex color #760F7B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #760F7B is #89F084. Grayscale: #393939. Windows color (decimal): -9040005 or 8064886. OLE color: 8064886.

HSL color Cylindrical-coordinate representation of color #760F7B: hue angle of 297.22º degrees, saturation: 0.78, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #760F7B is Cyan = 0.04, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 118 15 123 -
CMYK 0.04 0.88 0 0.52
HSL 297.22º 0.78% 0.27% -
HSV(B) 297.22º 0.88% 0.48% -
XYZ 11.22 5.62 19.23 -
YUV 58.11 164.62 170.72 -
System Red Green Blue C M Y K H S L
Decimal 118 15 123 0.04 0.88 0 0.52 297.22 0.78 0.27
Hex 76 F 7B 4 58 0 34 129 4E 1B
Octal 166 17 173 4 130 0 64 451 116 33
Binary 1110110 1111 1111011 100 1011000 0 110100 100101001 1001110 11011

Color Harmonies of #760F7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760F7B

Black with #760F7B

Text Example


Text Example

White with #760F7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,15,123); }

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

background-color css

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

 a { background-color: rgb(118,15,123); }

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

border-color css

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

 span { border-color: rgb(118,15,123); }

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