Html Css Color HEX #760267 Purple

📋 copy color: '#760267'

red 118 ◦ green 2 ◦ blue 103

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

Shades of Purple #760267

Tints of Purple #760267

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.9%

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

R = 52.91%
G = 0.9%
B = 46.19%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.13

 K value IS 0.54

RGB Variations

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

Color information

#760267 (or 0x760267) is known color: Purple. HEX triplet: 76, 02 and 67. RGB value is (118,2,103). Sum of RGB (Red+Green+Blue) = 118+2+103=223 (29% of max value = 765). Red value is 118 (46.48% from 255 or 52.91% from 223); Green value is 2 (1.17% from 255 or 0.90% from 223); Blue value is 103 (40.62% from 255 or 46.19% from 223); Max value from RGB is 118 - color contains mainly: red. Hex color #760267 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #760267 is #89FD98. Grayscale: #2F2F2F. Windows color (decimal): -9043353 or 6750838. OLE color: 6750838.

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

Color convert

RGB 118 2 103 -
CMYK 0 0.98 0.13 0.54
HSL 307.76º 0.97% 0.24% -
HSV(B) 307.76º 0.98% 0.46% -
XYZ 9.94 4.87 13.25 -
YUV 48.2 158.93 177.79 -
System Red Green Blue C M Y K H S L
Decimal 118 2 103 0 0.98 0.13 0.54 307.76 0.97 0.24
Hex 76 2 67 0 62 D 36 134 61 18
Octal 166 2 147 0 142 15 66 464 141 30
Binary 1110110 10 1100111 0 1100010 1101 110110 100110100 1100001 11000

Color Harmonies of #760267

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760267

Black with #760267

Text Example


Text Example

White with #760267

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #760267; }

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

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

background-color css

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

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

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

border-color css

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

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

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