Html Css Color HEX #770268 Purple

📋 copy color: '#770268'

red 119 ◦ green 2 ◦ blue 104

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

Shades of Purple #770268

Tints of Purple #770268

RGB

 RED value IS 119 (46.88% from 255) = 52.89%

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

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

R = 52.89%
G = 0.89%
B = 46.22%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.13

 K value IS 0.53

RGB Variations

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

Color information

#770268 (or 0x770268) is known color: Purple. HEX triplet: 77, 02 and 68. RGB value is (119,2,104). Sum of RGB (Red+Green+Blue) = 119+2+104=225 (29% of max value = 765). Red value is 119 (46.88% from 255 or 52.89% from 225); Green value is 2 (1.17% from 255 or 0.89% from 225); Blue value is 104 (41.02% from 255 or 46.22% from 225); Max value from RGB is 119 - color contains mainly: red. Hex color #770268 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #770268 is #88FD97. Grayscale: #303030. Windows color (decimal): -8977816 or 6816375. OLE color: 6816375.

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

Color convert

RGB 119 2 104 -
CMYK 0 0.98 0.13 0.53
HSL 307.69º 0.97% 0.24% -
HSV(B) 307.69º 0.98% 0.47% -
XYZ 10.13 4.96 13.52 -
YUV 48.61 159.26 178.21 -
System Red Green Blue C M Y K H S L
Decimal 119 2 104 0 0.98 0.13 0.53 307.69 0.97 0.24
Hex 77 2 68 0 62 D 35 134 61 18
Octal 167 2 150 0 142 15 65 464 141 30
Binary 1110111 10 1101000 0 1100010 1101 110101 100110100 1100001 11000

Color Harmonies of #770268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770268

Black with #770268

Text Example


Text Example

White with #770268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #770268; }

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

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

background-color css

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

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

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

border-color css

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

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

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