Html Css Color HEX #762888 Vivid Violet

📋 copy color: '#762888'

red 118 ◦ green 40 ◦ blue 136

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

Shades of Vivid Violet #762888

Tints of Vivid Violet #762888

RGB

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

 GREEN value IS 40 (16.02% from 255) = 13.61%

 BLUE value IS 136 (53.52% from 255) = 46.26%

R = 40.14%
G = 13.61%
B = 46.26%

CMYK

 C value IS 0.13

 M value IS 0.71

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#762888 (or 0x762888) is known color: Vivid Violet. HEX triplet: 76, 28 and 88. RGB value is (118,40,136). Sum of RGB (Red+Green+Blue) = 118+40+136=294 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.14% from 294); Green value is 40 (16.02% from 255 or 13.61% from 294); Blue value is 136 (53.52% from 255 or 46.26% from 294); Max value from RGB is 136 - color contains mainly: blue. Hex color #762888 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #762888 is #89D777. Grayscale: #494949. Windows color (decimal): -9033592 or 8923254. OLE color: 8923254.

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

Color convert

RGB 118 40 136 -
CMYK 0.13 0.71 0 0.47
HSL 288.75º 0.55% 0.35% -
HSV(B) 288.75º 0.71% 0.53% -
XYZ 12.67 7.15 24 -
YUV 74.27 162.84 159.19 -
System Red Green Blue C M Y K H S L
Decimal 118 40 136 0.13 0.71 0 0.47 288.75 0.55 0.35
Hex 76 28 88 D 47 0 2F 121 37 23
Octal 166 50 210 15 107 0 57 441 67 43
Binary 1110110 101000 10001000 1101 1000111 0 101111 100100001 110111 100011

Color Harmonies of #762888

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762888

Black with #762888

Text Example


Text Example

White with #762888

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #762888; }

 p { color: rgb(118,40,136); }

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

background-color css

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

 a { background-color: rgb(118,40,136); }

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

border-color css

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

 span { border-color: rgb(118,40,136); }

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