Html Css Color HEX #7F358C Vivid Violet

📋 copy color: '#7F358C'

red 127 ◦ green 53 ◦ blue 140

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

Shades of Vivid Violet #7F358C

Tints of Vivid Violet #7F358C

RGB

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

 GREEN value IS 53 (21.09% from 255) = 16.56%

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

R = 39.69%
G = 16.56%
B = 43.75%

CMYK

 C value IS 0.09

 M value IS 0.62

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#7F358C (or 0x7F358C) is known color: Vivid Violet. HEX triplet: 7F, 35 and 8C. RGB value is (127,53,140). Sum of RGB (Red+Green+Blue) = 127+53+140=320 (42% of max value = 765). Red value is 127 (50% from 255 or 39.69% from 320); Green value is 53 (21.09% from 255 or 16.56% from 320); Blue value is 140 (55.08% from 255 or 43.75% from 320); Max value from RGB is 140 - color contains mainly: blue. Hex color #7F358C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7F358C is #80CA73. Grayscale: #545454. Windows color (decimal): -8440436 or 9188735. OLE color: 9188735.

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

Color convert

RGB 127 53 140 -
CMYK 0.09 0.62 0 0.45
HSL 291.03º 0.45% 0.38% -
HSV(B) 291.03º 0.62% 0.55% -
XYZ 14.76 8.95 25.76 -
YUV 85.04 159.02 157.93 -
System Red Green Blue C M Y K H S L
Decimal 127 53 140 0.09 0.62 0 0.45 291.03 0.45 0.38
Hex 7F 35 8C 9 3E 0 2D 123 2D 26
Octal 177 65 214 11 76 0 55 443 55 46
Binary 1111111 110101 10001100 1001 111110 0 101101 100100011 101101 100110

Color Harmonies of #7F358C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F358C

Black with #7F358C

Text Example


Text Example

White with #7F358C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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