Html Css Color HEX #762288 Vivid Violet

📋 copy color: '#762288'

red 118 ◦ green 34 ◦ blue 136

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

Shades of Vivid Violet #762288

Tints of Vivid Violet #762288

RGB

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

 GREEN value IS 34 (13.67% from 255) = 11.81%

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

R = 40.97%
G = 11.81%
B = 47.22%

CMYK

 C value IS 0.13

 M value IS 0.75

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#762288 (or 0x762288) is known color: Vivid Violet. HEX triplet: 76, 22 and 88. RGB value is (118,34,136). Sum of RGB (Red+Green+Blue) = 118+34+136=288 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.97% from 288); Green value is 34 (13.67% from 255 or 11.81% from 288); Blue value is 136 (53.52% from 255 or 47.22% from 288); Max value from RGB is 136 - color contains mainly: blue. Hex color #762288 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #762288 is #89DD77. Grayscale: #464646. Windows color (decimal): -9035128 or 8921718. OLE color: 8921718.

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

Color convert

RGB 118 34 136 -
CMYK 0.13 0.75 0 0.47
HSL 289.41º 0.6% 0.33% -
HSV(B) 289.41º 0.75% 0.53% -
XYZ 12.49 6.77 23.94 -
YUV 70.74 164.83 161.71 -
System Red Green Blue C M Y K H S L
Decimal 118 34 136 0.13 0.75 0 0.47 289.41 0.6 0.33
Hex 76 22 88 D 4B 0 2F 121 3C 21
Octal 166 42 210 15 113 0 57 441 74 41
Binary 1110110 100010 10001000 1101 1001011 0 101111 100100001 111100 100001

Color Harmonies of #762288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762288

Black with #762288

Text Example


Text Example

White with #762288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #762288; }

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

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

background-color css

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

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

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

border-color css

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

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

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