Html Css Color HEX #7F438C Vivid Violet

📋 copy color: '#7F438C'

red 127 ◦ green 67 ◦ blue 140

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

Shades of Vivid Violet #7F438C

Tints of Vivid Violet #7F438C

RGB

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

 GREEN value IS 67 (26.56% from 255) = 20.06%

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

R = 38.02%
G = 20.06%
B = 41.92%

CMYK

 C value IS 0.09

 M value IS 0.52

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#7F438C (or 0x7F438C) is known color: Vivid Violet. HEX triplet: 7F, 43 and 8C. RGB value is (127,67,140). Sum of RGB (Red+Green+Blue) = 127+67+140=334 (44% of max value = 765). Red value is 127 (50% from 255 or 38.02% from 334); Green value is 67 (26.56% from 255 or 20.06% from 334); Blue value is 140 (55.08% from 255 or 41.92% from 334); Max value from RGB is 140 - color contains mainly: blue. Hex color #7F438C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7F438C is #80BC73. Grayscale: #5D5D5D. Windows color (decimal): -8436852 or 9192319. OLE color: 9192319.

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

Color convert

RGB 127 67 140 -
CMYK 0.09 0.52 0 0.45
HSL 289.32º 0.35% 0.41% -
HSV(B) 289.32º 0.52% 0.55% -
XYZ 15.49 10.42 26.01 -
YUV 93.26 154.38 152.06 -
System Red Green Blue C M Y K H S L
Decimal 127 67 140 0.09 0.52 0 0.45 289.32 0.35 0.41
Hex 7F 43 8C 9 34 0 2D 121 23 29
Octal 177 103 214 11 64 0 55 441 43 51
Binary 1111111 1000011 10001100 1001 110100 0 101101 100100001 100011 101001

Color Harmonies of #7F438C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F438C

Black with #7F438C

Text Example


Text Example

White with #7F438C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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