Html Css Color HEX #7F308C Vivid Violet

📋 copy color: '#7F308C'

red 127 ◦ green 48 ◦ blue 140

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

Shades of Vivid Violet #7F308C

Tints of Vivid Violet #7F308C

RGB

 RED value IS 127 (50% from 255) = 40.32%

 GREEN value IS 48 (19.14% from 255) = 15.24%

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

R = 40.32%
G = 15.24%
B = 44.44%

CMYK

 C value IS 0.09

 M value IS 0.66

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#7F308C (or 0x7F308C) is known color: Vivid Violet. HEX triplet: 7F, 30 and 8C. RGB value is (127,48,140). Sum of RGB (Red+Green+Blue) = 127+48+140=315 (41% of max value = 765). Red value is 127 (50% from 255 or 40.32% from 315); Green value is 48 (19.14% from 255 or 15.24% from 315); Blue value is 140 (55.08% from 255 or 44.44% from 315); Max value from RGB is 140 - color contains mainly: blue. Hex color #7F308C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7F308C is #80CF73. Grayscale: #515151. Windows color (decimal): -8441716 or 9187455. OLE color: 9187455.

HSL color Cylindrical-coordinate representation of color #7F308C: hue angle of 291.52º degrees, saturation: 0.49, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7F308C is Cyan = 0.09, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 127 48 140 -
CMYK 0.09 0.66 0 0.45
HSL 291.52º 0.49% 0.37% -
HSV(B) 291.52º 0.66% 0.55% -
XYZ 14.54 8.52 25.69 -
YUV 82.11 160.67 160.02 -
System Red Green Blue C M Y K H S L
Decimal 127 48 140 0.09 0.66 0 0.45 291.52 0.49 0.37
Hex 7F 30 8C 9 42 0 2D 124 31 25
Octal 177 60 214 11 102 0 55 444 61 45
Binary 1111111 110000 10001100 1001 1000010 0 101101 100100100 110001 100101

Color Harmonies of #7F308C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F308C

Black with #7F308C

Text Example


Text Example

White with #7F308C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,48,140); }

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

background-color css

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

 a { background-color: rgb(127,48,140); }

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

border-color css

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

 span { border-color: rgb(127,48,140); }

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