Html Css Color HEX #7F5EBE True V

📋 copy color: '#7F5EBE'

red 127 ◦ green 94 ◦ blue 190

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

Shades of True V #7F5EBE

Tints of True V #7F5EBE

RGB

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

 GREEN value IS 94 (37.11% from 255) = 22.87%

 BLUE value IS 190 (74.61% from 255) = 46.23%

R = 30.9%
G = 22.87%
B = 46.23%

CMYK

 C value IS 0.33

 M value IS 0.51

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7F5EBE (or 0x7F5EBE) is known color: True V. HEX triplet: 7F, 5E and BE. RGB value is (127,94,190). Sum of RGB (Red+Green+Blue) = 127+94+190=411 (54% of max value = 765). Red value is 127 (50% from 255 or 30.90% from 411); Green value is 94 (37.11% from 255 or 22.87% from 411); Blue value is 190 (74.61% from 255 or 46.23% from 411); Max value from RGB is 190 - color contains mainly: blue. Hex color #7F5EBE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7F5EBE is #80A141. Grayscale: #727272. Windows color (decimal): -8429890 or 12476031. OLE color: 12476031.

HSL color Cylindrical-coordinate representation of color #7F5EBE: hue angle of 260.62º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7F5EBE is Cyan = 0.33, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 127 94 190 -
CMYK 0.33 0.51 0 0.25
HSL 260.63º 0.42% 0.56% -
HSV(B) 260.63º 0.51% 0.75% -
XYZ 22.05 16.24 50.69 -
YUV 114.81 170.43 136.69 -
System Red Green Blue C M Y K H S L
Decimal 127 94 190 0.33 0.51 0 0.25 260.63 0.42 0.56
Hex 7F 5E BE 21 33 0 19 105 2A 38
Octal 177 136 276 41 63 0 31 405 52 70
Binary 1111111 1011110 10111110 100001 110011 0 11001 100000101 101010 111000

Color Harmonies of #7F5EBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F5EBE

Black with #7F5EBE

Text Example


Text Example

White with #7F5EBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,94,190); }

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

background-color css

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

 a { background-color: rgb(127,94,190); }

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

border-color css

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

 span { border-color: rgb(127,94,190); }

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