Html Css Color HEX #7F448C Vivid Violet

📋 copy color: '#7F448C'

red 127 ◦ green 68 ◦ blue 140

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

Shades of Vivid Violet #7F448C

Tints of Vivid Violet #7F448C

RGB

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

 GREEN value IS 68 (26.95% from 255) = 20.3%

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

R = 37.91%
G = 20.3%
B = 41.79%

CMYK

 C value IS 0.09

 M value IS 0.51

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#7F448C (or 0x7F448C) is known color: Vivid Violet. HEX triplet: 7F, 44 and 8C. RGB value is (127,68,140). Sum of RGB (Red+Green+Blue) = 127+68+140=335 (44% of max value = 765). Red value is 127 (50% from 255 or 37.91% from 335); Green value is 68 (26.95% from 255 or 20.30% from 335); Blue value is 140 (55.08% from 255 or 41.79% from 335); Max value from RGB is 140 - color contains mainly: blue. Hex color #7F448C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7F448C is #80BB73. Grayscale: #5D5D5D. Windows color (decimal): -8436596 or 9192575. OLE color: 9192575.

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

Color convert

RGB 127 68 140 -
CMYK 0.09 0.51 0 0.45
HSL 289.17º 0.35% 0.41% -
HSV(B) 289.17º 0.51% 0.55% -
XYZ 15.55 10.54 26.03 -
YUV 93.85 154.05 151.65 -
System Red Green Blue C M Y K H S L
Decimal 127 68 140 0.09 0.51 0 0.45 289.17 0.35 0.41
Hex 7F 44 8C 9 33 0 2D 121 23 29
Octal 177 104 214 11 63 0 55 441 43 51
Binary 1111111 1000100 10001100 1001 110011 0 101101 100100001 100011 101001

Color Harmonies of #7F448C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F448C

Black with #7F448C

Text Example


Text Example

White with #7F448C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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