Html Css Color HEX #7B428C Vivid Violet

📋 copy color: '#7B428C'

red 123 ◦ green 66 ◦ blue 140

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

Shades of Vivid Violet #7B428C

Tints of Vivid Violet #7B428C

RGB

 RED value IS 123 (48.44% from 255) = 37.39%

 GREEN value IS 66 (26.17% from 255) = 20.06%

 BLUE value IS 140 (55.08% from 255) = 42.55%

R = 37.39%
G = 20.06%
B = 42.55%

CMYK

 C value IS 0.12

 M value IS 0.53

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#7B428C (or 0x7B428C) is known color: Vivid Violet. HEX triplet: 7B, 42 and 8C. RGB value is (123,66,140). Sum of RGB (Red+Green+Blue) = 123+66+140=329 (43% of max value = 765). Red value is 123 (48.44% from 255 or 37.39% from 329); Green value is 66 (26.17% from 255 or 20.06% from 329); Blue value is 140 (55.08% from 255 or 42.55% from 329); Max value from RGB is 140 - color contains mainly: blue. Hex color #7B428C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7B428C is #84BD73. Grayscale: #5B5B5B. Windows color (decimal): -8699252 or 9192059. OLE color: 9192059.

HSL color Cylindrical-coordinate representation of color #7B428C: hue angle of 286.22º degrees, saturation: 0.36, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7B428C is Cyan = 0.12, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 123 66 140 -
CMYK 0.12 0.53 0 0.45
HSL 286.22º 0.36% 0.4% -
HSV(B) 286.22º 0.53% 0.55% -
XYZ 14.85 10 25.96 -
YUV 91.48 155.38 150.48 -
System Red Green Blue C M Y K H S L
Decimal 123 66 140 0.12 0.53 0 0.45 286.22 0.36 0.4
Hex 7B 42 8C C 35 0 2D 11E 24 28
Octal 173 102 214 14 65 0 55 436 44 50
Binary 1111011 1000010 10001100 1100 110101 0 101101 100011110 100100 101000

Color Harmonies of #7B428C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B428C

Black with #7B428C

Text Example


Text Example

White with #7B428C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7B428C; }

 p { color: rgb(123,66,140); }

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

background-color css

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

 a { background-color: rgb(123,66,140); }

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

border-color css

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

 span { border-color: rgb(123,66,140); }

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