Html Css Color HEX #7F4288 Vivid Violet

📋 copy color: '#7F4288'

red 127 ◦ green 66 ◦ blue 136

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

Shades of Vivid Violet #7F4288

Tints of Vivid Violet #7F4288

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 41.34%

R = 38.6%
G = 20.06%
B = 41.34%

CMYK

 C value IS 0.07

 M value IS 0.51

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#7F4288 (or 0x7F4288) is known color: Vivid Violet. HEX triplet: 7F, 42 and 88. RGB value is (127,66,136). Sum of RGB (Red+Green+Blue) = 127+66+136=329 (43% of max value = 765). Red value is 127 (50% from 255 or 38.60% from 329); Green value is 66 (26.17% from 255 or 20.06% from 329); Blue value is 136 (53.52% from 255 or 41.34% from 329); Max value from RGB is 136 - color contains mainly: blue. Hex color #7F4288 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7F4288 is #80BD77. Grayscale: #5C5C5C. Windows color (decimal): -8437112 or 8929919. OLE color: 8929919.

HSL color Cylindrical-coordinate representation of color #7F4288: hue angle of 292.29º degrees, saturation: 0.35, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7F4288 is Cyan = 0.07, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 127 66 136 -
CMYK 0.07 0.51 0 0.47
HSL 292.29º 0.35% 0.4% -
HSV(B) 292.29º 0.51% 0.53% -
XYZ 15.14 10.19 24.46 -
YUV 92.22 152.71 152.81 -
System Red Green Blue C M Y K H S L
Decimal 127 66 136 0.07 0.51 0 0.47 292.29 0.35 0.4
Hex 7F 42 88 7 33 0 2F 124 23 28
Octal 177 102 210 7 63 0 57 444 43 50
Binary 1111111 1000010 10001000 111 110011 0 101111 100100100 100011 101000

Color Harmonies of #7F4288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F4288

Black with #7F4288

Text Example


Text Example

White with #7F4288

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,66,136); }

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

background-color css

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

 a { background-color: rgb(127,66,136); }

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

border-color css

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

 span { border-color: rgb(127,66,136); }

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