Html Css Color HEX #760567 Purple

📋 copy color: '#760567'

red 118 ◦ green 5 ◦ blue 103

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

Shades of Purple #760567

Tints of Purple #760567

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.21%

 BLUE value IS 103 (40.63% from 255) = 45.58%

R = 52.21%
G = 2.21%
B = 45.58%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.13

 K value IS 0.54

RGB Variations

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

Color information

#760567 (or 0x760567) is known color: Purple. HEX triplet: 76, 05 and 67. RGB value is (118,5,103). Sum of RGB (Red+Green+Blue) = 118+5+103=226 (29% of max value = 765). Red value is 118 (46.48% from 255 or 52.21% from 226); Green value is 5 (2.34% from 255 or 2.21% from 226); Blue value is 103 (40.62% from 255 or 45.58% from 226); Max value from RGB is 118 - color contains mainly: red. Hex color #760567 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #760567 is #89FA98. Grayscale: #313131. Windows color (decimal): -9042585 or 6751606. OLE color: 6751606.

HSL color Cylindrical-coordinate representation of color #760567: hue angle of 307.96º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #760567 is Cyan = 0, Magento = 0.96, Yellow = 0.13 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 5 103 -
CMYK 0 0.96 0.13 0.54
HSL 307.96º 0.92% 0.24% -
HSV(B) 307.96º 0.96% 0.46% -
XYZ 9.97 4.94 13.26 -
YUV 49.96 157.94 176.53 -
System Red Green Blue C M Y K H S L
Decimal 118 5 103 0 0.96 0.13 0.54 307.96 0.92 0.24
Hex 76 5 67 0 60 D 36 134 5C 18
Octal 166 5 147 0 140 15 66 464 134 30
Binary 1110110 101 1100111 0 1100000 1101 110110 100110100 1011100 11000

Color Harmonies of #760567

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760567

Black with #760567

Text Example


Text Example

White with #760567

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #760567; }

 p { color: rgb(118,5,103); }

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

background-color css

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

 a { background-color: rgb(118,5,103); }

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

border-color css

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

 span { border-color: rgb(118,5,103); }

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