Html Css Color HEX #760268 Purple

📋 copy color: '#760268'

red 118 ◦ green 2 ◦ blue 104

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

Shades of Purple #760268

Tints of Purple #760268

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 46.43%

R = 52.68%
G = 0.89%
B = 46.43%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.12

 K value IS 0.54

RGB Variations

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

Color information

#760268 (or 0x760268) is known color: Purple. HEX triplet: 76, 02 and 68. RGB value is (118,2,104). Sum of RGB (Red+Green+Blue) = 118+2+104=224 (29% of max value = 765). Red value is 118 (46.48% from 255 or 52.68% from 224); Green value is 2 (1.17% from 255 or 0.89% from 224); Blue value is 104 (41.02% from 255 or 46.43% from 224); Max value from RGB is 118 - color contains mainly: red. Hex color #760268 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #760268 is #89FD97. Grayscale: #303030. Windows color (decimal): -9043352 or 6816374. OLE color: 6816374.

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

Color convert

RGB 118 2 104 -
CMYK 0 0.98 0.12 0.54
HSL 307.24º 0.97% 0.24% -
HSV(B) 307.24º 0.98% 0.46% -
XYZ 9.99 4.89 13.51 -
YUV 48.31 159.43 177.71 -
System Red Green Blue C M Y K H S L
Decimal 118 2 104 0 0.98 0.12 0.54 307.24 0.97 0.24
Hex 76 2 68 0 62 C 36 133 61 18
Octal 166 2 150 0 142 14 66 463 141 30
Binary 1110110 10 1101000 0 1100010 1100 110110 100110011 1100001 11000

Color Harmonies of #760268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760268

Black with #760268

Text Example


Text Example

White with #760268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #760268; }

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

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

background-color css

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

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

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

border-color css

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

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

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